svn commit: r292226 - /httpd/mod_aspdotnet/dist/README.html

2005-09-28 Thread wrowe
Author: wrowe Date: Wed Sep 28 09:37:31 2005 New Revision: 292226 URL: http://svn.apache.org/viewcvs?rev=292226view=rev Log: Minor touchups to README Modified: httpd/mod_aspdotnet/dist/README.html Modified: httpd/mod_aspdotnet/dist/README.html URL:

[PATCH] mod_proxy run cleanup on balancer failure

2005-09-28 Thread Brian Akins
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 error state, so that other modules get a chance to recover from the error. In my case, I force the cache to serve old data. ---

Preliminary mod_smtpd doc work

2005-09-28 Thread rian
Hi, I'm planning on starting initial mod_smtpd documentation work. I just wanted to poll the list on what type of documentation format is preferred, especially among the mod_smtpd hackers. These are the options I know of: 1. DocBook 2. Texinfo 3. Latex 4. Doxygen Personally I would prefer

Re: Preliminary mod_smtpd doc work

2005-09-28 Thread Joshua Slive
rian wrote: Hi, I'm planning on starting initial mod_smtpd documentation work. I just wanted to poll the list on what type of documentation format is preferred, especially among the mod_smtpd hackers. These are the options I know of: 1. DocBook 2. Texinfo 3. Latex 4. Doxygen You should

Re: Preliminary mod_smtpd doc work

2005-09-28 Thread Mads Toftum
On Wed, Sep 28, 2005 at 12:59:37PM -0400, Joshua Slive wrote: rian wrote: 4. Doxygen You should also consider the httpd-docs format discussed at http://httpd.apache.org/docs-project/docsformat.html which is xhtml-based with some extra (docbook-like) structure thrown on top. If you want

Time for 1.3.34?

2005-09-28 Thread Jim Jagielski
I'd like to propose a release of 1.3.34. I'll volunteer to be RM again. So expect some activity around this to start ramping up.

Re: [PATCH] mod_proxy run cleanup on balancer failure

2005-09-28 Thread r . pluem
Brian Akins wrote: 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 error state, so that other modules get a If all workers are in error state, worker will be NULL. Are you sure that

Re: where exactly in the code does Apache first detect https connections?

2005-09-28 Thread Greg Ames
Peter Djalaliev wrote: Where does the Apache web server first detect that a request is over HTTPS? I can't find the specific place in the source code where this is done (assuming a specific place exists). my (non-expert) guess: shortly after the request is mapped to an IP based virtual host