Re: perl-framework vs mod_perl/t

2002-05-20 Thread Stas Bekman
Gary Benson wrote: Hi, I'm interested in seeing if I can drop mod_perl's t directory into httpd-test/perl-framework, so I can test them both at once. Is this feasable or should I just test them seperatly? I guess what I'm asking is: * Are httpd-test/perl-framework and mod_perl/t synchronized

Re: cvs commit: httpd-2.0/modules/filters mod_deflate.c

2002-05-20 Thread William A. Rowe, Jr.
At 08:06 PM 5/19/2002, Cliff wrote: Whoa, wait a minute. That doesn't strike me as the right solution. The encoding should be one-hop only. If it's encoded and we want to maintain that encoding, chances are we'll have to decode it and re-encode it later. Why you ask? Because leaving it

Debian Apache package segfaults (1.3.24-3 PHP SSL)

2002-05-20 Thread Guille -bisho-
Hello! The debian distributed Apache package, when SSL is activated segfaults randomly. This has been only noticed when using Explorer, that shows a Connection closed error. A simple reload shows the page properly. I know this is very generic. There is any posibility to force apache to drop

[repost] [PATCH] mod_negotiation and authorization

2002-05-20 Thread Francis Daly
Hi there, This is a repost of an earlier mail. The patch has been edited to rename the directive (from expose to reveal) and to rename the #define'd macros to avoid namespace invasion. This patch introduces a config directive which changes the behaviour of MultiViews. It potentially exposes

Re: New full log format definition

2002-05-20 Thread Leonid Antonenkov
Is this topic interesting for somebody except me? In my opinion, it's very useful thing, and it's easy to realize... Anyway, there are another two fields for full format: %{X-Forwarded-For}i: list of proxy clients ip-addresses (separated by ',', value 'unknown' may be used in some cases)

Re: cvs commit: apr/network_io/unix sendrecv.c

2002-05-20 Thread Greg Ames
Justin Erenkrantz wrote: [EMAIL PROTECTED] wrote: While testing this on daedalus, I noticed yet another sendfile_it_all assert dump in /tmp, dated May 10. I think I'll put a new httpd build into production this weekend with this patch on top of 2.0.36. Why don't we roll out with

Re: New full log format definition

2002-05-20 Thread William A. Rowe, Jr.
At 08:53 AM 5/20/2002, you wrote: Is this topic interesting for somebody except me? Not here... here's why.,, In my opinion, it's very useful thing, and it's easy to realize... When it comes to a Complete reference, stop and look at the number of HTTP headers that might be interesting. Look

Re: New full log format definition

2002-05-20 Thread Dave Jones
In message [EMAIL PROTECTED], William A. Rowe, Jr. [EMAIL PROTECTED] writes: When it comes to a Complete reference, stop and look at the number of HTTP headers that might be interesting. Look at the breadth of SSL tokens available from mod_ssl. It is reasonably incomprehensible to try and

Re: cvs commit: httpd-2.0/modules/filters mod_deflate.c

2002-05-20 Thread Ian Holsman
Cliff Woolley wrote: On 20 May 2002 [EMAIL PROTECTED] wrote: ianh02/05/19 17:07:33 Modified:modules/filters mod_deflate.c Log: content with Content-Encoding header, content is encoded. But mod_deflate does not check it. It cause to encode content twice. This problem

HEAD dies on FreeBSD w/mod_rewrite

2002-05-20 Thread Greg Ames
Greg Ames wrote: [Mon May 20 07:14:14 2002] [crit] (22)Invalid argument: mod_rewrite: Could not set permissions on rewrite_log_lock; check User and Group directives Configuration Failed from apr.h: #define APR_USE_FLOCK_SERIALIZE 1 #define APR_USE_SYSVSEM_SERIALIZE 0

Re: cvs commit: httpd-2.0/docs/conf httpd-std.conf.in

2002-05-20 Thread Joshua Slive
On 17 May 2002 [EMAIL PROTECTED] wrote: Added EnableMMAP (commented out) to the standard config I lost your response to my question, but I think I remember the gist of it. To respond: 1. It seems pretty nasty that we need to people to adjust their configuration based on the underlying

config handling (was: Re: cvs commit: httpd-2.0/server core.c)

2002-05-20 Thread Greg Stein
On Sat, May 18, 2002 at 12:32:20PM -0500, William A. Rowe, Jr. wrote: ... Ok, segfault is gone. So is some validation that ServerRoot occured in a global context. Actually, that means that LoadModule and others are not tested to be in the global context either. (see further below) ...

[PATCH] Apache 1.3 and OpenBSD

2002-05-20 Thread Brad
Here is a patch for Apache 1.3 which when used with OpenBSD 3.1 and up allows modules to work on our ELF-based architectures. BTW, I am not subscribed to this list so please reply directly to me. --- Configure.orig Sat May 11 23:39:59 2002 +++ Configure Mon May 20 17:19:41 2002 @@

Content Codings (was: Re: cvs commit: httpd-2.0/modules/filters mod_deflate.c)

2002-05-20 Thread Greg Stein
On Mon, May 20, 2002 at 08:40:03AM -0700, Ian Holsman wrote: Cliff Woolley wrote: On 20 May 2002 [EMAIL PROTECTED] wrote: ianh02/05/19 17:07:33 Modified:modules/filters mod_deflate.c Log: content with Content-Encoding header, content is encoded. But mod_deflate

[PATCH] exec cmd working with suexec

2002-05-20 Thread Colm MacCárthaigh
The following patch reverts to the previous and documented bevahiour (exhibited by 1.3). Currently !--exec cmd does not work with suexec enabled as the proc.c will try to run : shell -c suexec uid gid ... so on. Index: os/unix/unixd.c

Re: config handling (was: Re: cvs commit: httpd-2.0/server core.c)

2002-05-20 Thread Scott Hess
On Mon, 20 May 2002, Greg Stein wrote: On Sat, May 18, 2002 at 12:32:20PM -0500, William A. Rowe, Jr. wrote: On Win32, we load-unload-reload the parent, then load-unload-reload the child config. Losing both redundant unload-load sequences will be a huge win at startup. Yup. If we

libexpat

2002-05-20 Thread Doug MacEachern
how does one disable linking httpd against libexpat in 2.0? and on win32? i thought the nightmare was over where the expat linked with httpd cause segfaults with perl expat extensions. looks like i was wrong.

Re: config handling (was: Re: cvs commit: httpd-2.0/server core.c)

2002-05-20 Thread William A. Rowe, Jr.
At 07:31 PM 5/20/2002, Scott Hess wrote: On Mon, 20 May 2002, Greg Stein wrote: On Sat, May 18, 2002 at 12:32:20PM -0500, William A. Rowe, Jr. wrote: On Win32, we load-unload-reload the parent, then load-unload-reload the child config. Losing both redundant unload-load sequences will

Re: libexpat

2002-05-20 Thread William A. Rowe, Jr.
At 08:00 PM 5/20/2002, you wrote: how does one disable linking httpd against libexpat in 2.0? and on win32? i thought the nightmare was over where the expat linked with httpd cause segfaults with perl expat extensions. looks like i was wrong. Context?

Re: libexpat

2002-05-20 Thread Doug MacEachern
On Mon, 20 May 2002, William A. Rowe, Jr. wrote: Context? httpd links in expat, perl extension links against a different version of expat. both have the same symbol names, and they are not binary compatible. perl extension resolves symbols to the httpd version. kaboom. its been an

Re: libexpat

2002-05-20 Thread William A. Rowe, Jr.
At 09:43 PM 5/20/2002, you wrote: On Mon, 20 May 2002, William A. Rowe, Jr. wrote: Context? httpd links in expat, perl extension links against a different version of expat. both have the same symbol names, and they are not binary compatible. perl extension resolves symbols to the httpd

Re: libexpat

2002-05-20 Thread Jon Travis
On Mon, May 20, 2002 at 09:54:16PM -0500, William A. Rowe, Jr. wrote: At 09:43 PM 5/20/2002, you wrote: On Mon, 20 May 2002, William A. Rowe, Jr. wrote: Context? httpd links in expat, perl extension links against a different version of expat. both have the same symbol names, and they