Re: 2.0.48 pre4

2003-10-09 Thread gregames
Thom May wrote: +1 from Linux: prefork/perchild/threadpool/worker all build prefork/worker both work fine in production environments. The new httpd is looking good on www.apache.org (minotaur) since 09-Oct-2003 15:08:33 PDT. A few minutes before this, we had about a one minute outa

Re: 2.0.48 pre4

2003-10-09 Thread Jeff Trawick
Thom May wrote: +1 from Linux: prefork/perchild/threadpool/worker all build prefork/worker both work fine in production environments. +1 from me after testing worker on AIX 4.3.3, AIX 5.1, Solaris 8, HP-UX 11i, and Linux (UL 1.0), and refreshing my memory re: diffs between APACHE_2

Re: Unsubscribe me please!

2003-10-09 Thread Cliff Woolley
On Thu, 9 Oct 2003, fabio rohrich wrote: Just sent an email to "[EMAIL PROTECTED]". --Cliff

Re: ap_construct_url and mod_dir

2003-10-09 Thread Brian Akins
On Thu, 2003-10-09 at 12:48, André Malo wrote: > The answer is simple: because it's not allowed, see RFC 2616, 14.30. Thanks. How do I detect that I got a malformed Host header? What does ap_get_server_name do in this case? It seems to die -- Brian Akins <[EMAIL PROTECTED]> CNN Internet

Re: ap_construct_url and mod_dir

2003-10-09 Thread André Malo
Brian Akins wrote: Stupid question. not that ;-) Why does mod_dir use ap_contruct_url when redirecting requests for directories without a trailing "/"? Why doesn't it just do a relative redirect? The answer is simple: because it's not allowed, see RFC 2616, 14.30. HTH, nd

ap_construct_url and mod_dir

2003-10-09 Thread Brian Akins
Stupid question. Why does mod_dir use ap_contruct_url when redirecting requests for directories without a trailing "/"? Why doesn't it just do a relative redirect? We use a load balancer that uses alternative ports to direct traffic, however, to the public, everything is port 80. We had to write

Unsubscribe me please!

2003-10-09 Thread fabio rohrich
__ Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro Anti-spam http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/

Re: [Patch] Support for argument-less blocks

2003-10-09 Thread Geoffrey Young
So, for now, users have to resort to using this syntax (note the extra space): The following patch fixes this little problem: whee! :) --Geoff

2.0.48 pre4

2003-10-09 Thread Thom May
+1 from Linux: prefork/perchild/threadpool/worker all build prefork/worker both work fine in production environments.