Hello, I've been working on this patch to make apr and httpd work with SCTP streams. Stream Control Transmission Protocol (SCTP - RFC2960) is a transport layer...
Here is a trivial patch that will allow proxy_handler to run the request_status hook if pre_request fails. This is necessary if all balncer members are in an...
This patch allows one to override the values of some headers so that they "vary" to the same value. Config Example: #all lines that have gzip set one variable ...
Hi, I already posted this as bugzilla #37287, but someone suggested I drop this here also. #### From bz #37287 In order to "harden" some pages on a HTTPS...
... httpd-test runs against the trunk are failing all over the place today, I guess caused by one of these changes... prefork is failing like: Failed Test...
I'm still working on mod_dav_userdir, so naturally I have more questions. Its passing most of the tests in litmus, with the only exceptions being some locking...
Hi! I developed an extended version of the auth_ldap module and use it currently in Apache 1.3. Now I want to port this to Apache 2. I got everything ported...
I finally developed some time to look into this. mod_cache doesn't behave very nicely when the cache area fills. Of course administators should make sure it...
Hi, In the light of the issue reported by noodl at http://eul0000113.eu.verio.net/~noodl/apache_issues.txt I decided to implement multiple AuthUserFile...
Hello, I've been working on this patch to make apr and httpd work with SCTP streams. Stream Control Transmission Protocol (SCTP - RFC2960) is a transport layer...
Hi everyone, Firstly, this is a topic which may have been endlessly covered before, in which case I apologise and will go down in flames... But having referred...
Hi, I am running solaris 8 with apache 2.0.53 over openssl 0.9.7 as a reverse proxy which terminates and reestablishes SSL to the backend. I run the worker mpm...
The attached patch adds the VIRTUAL_DOCUMENT_ROOT so the VirtualDocumentRoot value is available to test for dynamic virtual hosts. The patch is against 2.0.55....
I've just looked at authz. There's an IMO ugly hack whereby every authz provider has to run after authz_file and make a special case for file-group. It's...
If we can determine the referer, we log it as well on all calls to log error. Can we make this configurable? It's rather annoying in a lot of cases. -- Brian...
Hi, I want to tie together the inbound and outbound connections for a forward or reverse proxy session. I figured I would add the source ports to the log which...
The patch in PR 10722 seems to be very widely referred to (perhaps widely used as well ;) ). Are there any known issues with that patch? Is there any...
There was a thread about this previously; just checking for consensus, is there any objection to bumping the apr/apr-util version requirements to 1.2.x?...
... +1, and that being the very latest 1.2.x (or 1.3.x) in the release tarball. But 1.2.0 and later should be 'sufficient39; to run httpd 2.2, since there are no...
As we get closer to the next stable/GA branch, I want to clarify with everyone how I imagine the process will happen. This isn't the process that is...
support/logresolve doesn't support IPv6 addresses, which is a pain, because while logresolve is not a brilliant log resolver, it's useful for putting at the...
mod_authn_dbd seemed to get the thumbs-up from those who test-drove it from trunk. Any thoughts on backporting to 2.2-branch at this stage? It'll serve as a...
Hello guys, I'm trying to build a binary distribution of Apache 2.0.54 for HPUX 32bits. I can build the binaries, and the tar.gz distrib file, but I can not ...
With the batch of commits I did this weekend, the Event MPM in the async-dev Subversion branch now does write completion in a nonblocking manner. Once an...
Just a heads up, I plan on doing a 2.1.9 tag/release late this week, most likely on Friday or Saturday. Help with back porting to branches/2.2.x is always...