DO NOT REPLY [Bug 32658] - mod_aspdotnet returns stale cached files

2005-10-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32658. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

2.07-rc3 (was Re: 2.07-rc2)

2005-10-16 Thread Joe Schaefer
Randy Kobes [EMAIL PROTECTED] writes: On Sat, 15 Oct 2005, Ville Skytt. wrote: But I found a way to fix it; immediately after unpacking the tarball, rm glue/perl/pm_to_blib and then proceeding as usual fixes it for me. I wonder why that file is shipped in the tarball (and the top-level

Re: svn commit: r321247 - in /httpd/httpd/trunk: docs/manual/mod/mod_authn_dbd.html docs/manual/mod/mod_authn_dbd.html.en docs/manual/mod/mod_authn_dbd.xml docs/manual/mod/mod_authn_dbd.xml.meta modul

2005-10-16 Thread Joe Orton
On Fri, Oct 14, 2005 at 11:33:47PM -, [EMAIL PROTECTED] wrote: Author: niq Date: Fri Oct 14 16:33:40 2005 New Revision: 321247 URL: http://svn.apache.org/viewcvs?rev=321247view=rev Log: Add mod_authn_dbd Cool, great to see this in the tree! a couple of warnings: mod_authn_dbd.c: In

Re: mod_mbox stable index urls

2005-10-16 Thread Maxime Petazzoni
Hi, * Paul Querna [EMAIL PROTECTED] [2005-10-15 12:06:18]: Joshua Slive wrote: One of the best features of mod_mbox is the stable URLs it provides for messages. But the recent upgrade broke all the index urls (date/thread/author) as well as other special urls (raw) for no apparent

Re: Apache HTTP Server 1.3.34 prerelease tarballs

2005-10-16 Thread Jeff Trawick
On 10/13/05, Jim Jagielski [EMAIL PROTECTED] wrote: Look for the Apache HTTP Server 1.3.34 prerelease tarballs in: http://httpd.apache.org/dev/dist/ +1 (AIX 5.3)

Re: mod_mbox stable index urls

2005-10-16 Thread Maxime Petazzoni
Hi, * Joshua Slive [EMAIL PROTECTED] [2005-10-15 14:58:16]: One of the best features of mod_mbox is the stable URLs it provides for messages. But the recent upgrade broke all the index urls (date/thread/author) as well as other special urls (raw) for no apparent reason. I've added some

[httpd-2.0]: Windows MSVC 7.1 solution???

2005-10-16 Thread Francis ANDRE
Hi I was not able to found the MSVC 7.1 solution for building the httpd server but only the MSVC 6.0. Is it missing or something else?? FA

Strange mod_rewrite behaviour?

2005-10-16 Thread Joost de Heer
In the mod_rewrite examples page the following can be found: RewriteEngine on RewriteCond %{REQUEST_URI} !-U RewriteRule ^(.*) http://webserverB.dom/$1 [Not related comment: shouldn't this be ^/(.*)] A request for http://localhost/foo/bar results in the following log: 127.0.0.1 - -

Re: mod_authn_dbd

2005-10-16 Thread Dirk-Willem van Gulik
On Fri, 14 Oct 2005, Nick Kew wrote: Any thoughts on my committing modules/aaa/mod_authn_dbd.c ? Code looks good and 'works for me' on a simple test - is there more docs somewhere than just the example ? Dw

Re: Strange mod_rewrite behaviour?

2005-10-16 Thread Joost de Heer
André Malo wrote: * Joost de Heer wrote: In the mod_rewrite examples page the following can be found: RewriteEngine on RewriteCond %{REQUEST_URI} !-U RewriteRule ^(.*) http://webserverB.dom/$1 A request for http://localhost/foo/bar results in the following log:

Re: mod_mbox stable index urls

2005-10-16 Thread Joshua Slive
Maxime Petazzoni wrote: Hi, * Joshua Slive [EMAIL PROTECTED] [2005-10-15 14:58:16]: One of the best features of mod_mbox is the stable URLs it provides for messages. But the recent upgrade broke all the index urls (date/thread/author) as well as other special urls (raw) for no apparent

Re: mod_mbox stable index urls

2005-10-16 Thread Maxime Petazzoni
* Joshua Slive [EMAIL PROTECTED] [2005-10-16 12:50:35]: For example : http://mail-archives.apache.org/mod_mbox/httpd-dev/200407.mbox/raw/[EMAIL PROTECTED]/2 Ok. I think I know what I did wrong and I'll try to fix it later today. Ack. Thanks a lot. - Sam -- Maxime Petazzoni

1.3 downloads broken

2005-10-16 Thread Joshua Slive
The download.cgi got updated to 1.3.34 before the release, so all 1.3 downloads are now broken (unless the downloader clicks on other files and goes exploring). I don't have time to fix it right now, so if someone else can take a look... joshua.

Re: 1.3 downloads broken

2005-10-16 Thread Paul Querna
Joshua Slive wrote: The download.cgi got updated to 1.3.34 before the release, so all 1.3 downloads are now broken (unless the downloader clicks on other files and goes exploring). I don't have time to fix it right now, so if someone else can take a look... I just fixed it on the live

mod_mbox spinning processes on ajax

2005-10-16 Thread Joshua Slive
There appear to be some httpd processes spinning on cpu on ajax. Attaching with gdb and asking for a backtrace gives me something like this: #0 0x209f3710 in l2 () from /lib/tls/libc.so.6.1 #1 0x21007f30 in mbox_wrap_text ( str=0x22210038 Author: jta\nDate: Thu Jan

Re: [httpd-2.0]: Windows MSVC 7.1 solution???

2005-10-16 Thread William A. Rowe, Jr.
Francis ANDRE wrote: Hi I was not able to found the MSVC 7.1 solution for building the httpd server but only the MSVC 6.0. Is it missing or something else?? Simply load Apache.dsw in MSVC 7.1 - which will migrate all the .dsp files to .vcproj's and creates Apache.sln.

Bug report for Apache httpd-1.3 [2005/10/16]

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

Bug report for Apache httpd-2.0 [2005/10/16]

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

Re: mod_mbox spinning processes on ajax

2005-10-16 Thread Joshua Slive
Maxime Petazzoni wrote: Salut, * Joshua Slive [EMAIL PROTECTED] [2005-10-16 15:54:18]: There appear to be some httpd processes spinning on cpu on ajax. Attaching with gdb and asking for a backtrace gives me something like this: [snip] Could you send us the URL that raised the problem ?