Re: Doxygen

2005-08-21 Thread Neale Ranns
Sander, I put a patch here (http://www.ranns.org/~ndrr/apache2/), it's kinda big to be emailing to all. There is also a tar ball there of the html files if anyone would like a copy. i am working from an up to date version of the svn trunk. thnaks neale On Fri, 2005-08-19 at 19:05, Sander Temme

Re: Thoughts on Future Versions/Backporting

2005-08-21 Thread r . pluem
Paul Querna wrote: [..cut..] This also means that most new features would wait for the next stable version to be released. If the next stable isn't a 3 year cycle like 2.0-2.2, I believe this could be acceptable. I believe that we should have more stable branches, more often. I

Re: Rolling 2.1.7 On Friday

2005-08-21 Thread Joshua Slive
On Fri, 19 Aug 2005, Colm MacCarthaigh wrote: In this spirit, a major new feature of httpd-2.2 will be reliably working Caching, but the documentation on Caching is a bit tough on users right now. I'm currently working on this;

Fixing RewriteBase/.htaccess incompatibility

2005-08-21 Thread Jay Levitt
Ruby on Rails uses a standard .htaccess file to capture and rewrite URLs. If you manually create a VirtualHost for it, everything works fine; point your browser at the top level of the DocumentRoot, and the .htaccess file sees / as the URL. However, if you try to do mass virtual hosting, either

Re: Rolling 2.1.7 On Friday

2005-08-21 Thread Colm MacCarthaigh
On Sun, Aug 21, 2005 at 11:15:43AM -0400, Joshua Slive wrote: http://people.heanet.ie/~colmmacc/manual/misc/cachingguide.html.en Which is about half done. Comments contributions welcome. Looks good. A few comments: See docs like env.html, sections.html, and logs.html for an example

Re: extra characters in between response headers and response body of apache 1.3 but not in apache2.0

2005-08-21 Thread William A. Rowe, Jr.
At 09:30 AM 8/19/2005, Jeff Trawick wrote: On 8/19/05, Kaushal Jha - ZEDO [EMAIL PROTECTED] wrote: hey guys, I observed that only apache 1.3 (1.3.33) sends out the extra characters as shown below apache2.0 does not send out those characters, go read up on

Bug report for Apache httpd-1.3 [2005/08/21]

2005-08-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2.0 [2005/08/21]

2005-08-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Getting variable of Apache Environment

2005-08-21 Thread Alexander Windbichler
Hello, I have the following problem: I'm using mod_vdbh in connection with apache2. The problem is, that Extended Status only offers 127.0.0.1 as Virtual host. The same problem I have with the Access Log of apache. I get the wrong Virtual Host. In the output of phpinfo() I can find a variable

TCP_CORK in Linux 2.6: not broken, but it doesn't work with TCP_NODELAY

2005-08-21 Thread Brian Pane
There was some discussion a few weeks ago about whether TCP_CORK was broken on Linux 2.6. I did some tests on Linux 2.6.12 and found that TCP_CORK *does* appear to work. However, it doesn't work if TCP_NODELAY is also set on the socket (as the tcp(7) manual page warns). I've attached my