Re: Proxy regressions

2010-11-04 Thread Ruediger Pluem
On 11/04/2010 01:34 AM, Rainer Jung wrote: On 04.11.2010 00:57, Graham Leggett wrote: On 03 Nov 2010, at 10:28 PM, Stefan Fritsch wrote: Strange, I have these problems only with prefork, not with event. But with event I get a segfault in the reslist cleanup code. Can somebody cross-check

Re: Proxy regressions

2010-11-04 Thread Rainer Jung
On 04.11.2010 08:36, Ruediger Pluem wrote: On 11/04/2010 01:34 AM, Rainer Jung wrote: On 04.11.2010 00:57, Graham Leggett wrote: On 03 Nov 2010, at 10:28 PM, Stefan Fritsch wrote: Strange, I have these problems only with prefork, not with event. But with event I get a segfault in the reslist

Re: Patch for disabling the suexec stuff (Patch: mod_fcgid-2.3.5-disable_suexec_check.patch)

2010-11-04 Thread Paul Howarth
On 22/10/10 13:35, Jeff Trawick wrote: On Fri, Oct 22, 2010 at 5:32 AM, Erik Wassererik.was...@iquer.net wrote: I've added an extra option to mod_fcgid to turn off the suexec stuff. It's useful if you want to run the apache as non-root user and you need the speed of mod_fcgid. The default

Re: Patch for disabling the suexec stuff (Patch: mod_fcgid-2.3.5-disable_suexec_check.patch)

2010-11-04 Thread Jeff Trawick
On Thu, Nov 4, 2010 at 6:16 AM, Paul Howarth p...@city-fan.org wrote: On 22/10/10 13:35, Jeff Trawick wrote: On Fri, Oct 22, 2010 at 5:32 AM, Erik Wassererik.was...@iquer.net  wrote: I've added an extra option to mod_fcgid to turn off the suexec stuff. It's useful if you want to run the

[Vote] Release mod_fcgid 2.3.6

2010-11-04 Thread Jeff Trawick
Tarballs/zips are at http://httpd.apache.org/dev/dist/mod_fcgid/ http://httpd.apache.org/dev/dist/mod_fcgid/CHANGES-FCGID Due to the inclusion of a security fix, I hope to get enough feedback within 24 hours to release. +/-1 [ ] Release mod_fcgid 2.3.6 as GA

Re: Proxy regressions

2010-11-04 Thread Jim Jagielski
Tested so +1 On Nov 4, 2010, at 3:36 AM, Ruediger Pluem wrote: On 11/04/2010 01:34 AM, Rainer Jung wrote: On 04.11.2010 00:57, Graham Leggett wrote: On 03 Nov 2010, at 10:28 PM, Stefan Fritsch wrote: Strange, I have these problems only with prefork, not with event. But with event I

Patch for mod_ssl

2010-11-04 Thread Rich Bowen
I'd like to make the following change to mod_ssl in 2.2. It's actually a documentation change, in the sense that it changes an error message, but I wanted to be sure that there's no strong objection to the change before I make it. This attempts to avoid the confusion that happens when you

Re: Patch for mod_ssl

2010-11-04 Thread Igor Galić
- Rich Bowen rbo...@rcbowen.com wrote: I'd like to make the following change to mod_ssl in 2.2. It's actually a documentation change, in the sense that it changes an error message, but I wanted to be sure that there's no strong objection to the change before I make it. This attempts to

NULL handler, NULL input and output filters

2010-11-04 Thread Graham Leggett
Hi all, On a number of occasions I've had to cap the input or output filter stacks with a NULL filter that either discards buckets, or returns an empty brigade in response to a read. I have always had to be careful to name these duplicated filters carefully so they don't clash with one

Re: Patch for mod_ssl

2010-11-04 Thread Sander Temme
On Nov 4, 2010, at 12:26 PM, Rich Bowen wrote: I'd like to make the following change to mod_ssl in 2.2. It's actually a documentation change, in the sense that it changes an error message, but I wanted to be sure that there's no strong objection to the change before I make it. This

Re: Patch for mod_ssl

2010-11-04 Thread Graham Leggett
On 04 Nov 2010, at 6:26 PM, Rich Bowen wrote: I'd like to make the following change to mod_ssl in 2.2. It's actually a documentation change, in the sense that it changes an error message, but I wanted to be sure that there's no strong objection to the change before I make it. This attempts

RE: NULL handler, NULL input and output filters

2010-11-04 Thread Plüm, Rüdiger, VF-Group
-Original Message- From: Graham Leggett Sent: Donnerstag, 4. November 2010 17:33 To: dev@httpd.apache.org Subject: NULL handler, NULL input and output filters Hi all, On a number of occasions I've had to cap the input or output filter stacks with a NULL filter that

Re: Patch for mod_ssl

2010-11-04 Thread Jim Jagielski
+1 On Nov 4, 2010, at 12:26 PM, Rich Bowen wrote: I'd like to make the following change to mod_ssl in 2.2. It's actually a documentation change, in the sense that it changes an error message, but I wanted to be sure that there's no strong objection to the change before I make it. This

Re: Patch for mod_ssl

2010-11-04 Thread Rich Bowen
Thanks. I've applied the patch, based on the approval received so far. I like error messages that are informative and tell you how to fix the problem. On Nov 4, 2010, at 2:32 PM, Jim Jagielski wrote: +1 On Nov 4, 2010, at 12:26 PM, Rich Bowen wrote: I'd like to make the following change

Re: [Vote] Release mod_fcgid 2.3.6

2010-11-04 Thread Eric Covener
On Thu, Nov 4, 2010 at 8:58 AM, Jeff Trawick traw...@gmail.com wrote: Tarballs/zips are at http://httpd.apache.org/dev/dist/mod_fcgid/ http://httpd.apache.org/dev/dist/mod_fcgid/CHANGES-FCGID Due to the inclusion of a security fix, I hope to get enough feedback within 24 hours to release.  

Re: [Vote] Release mod_fcgid 2.3.6

2010-11-04 Thread Jeff Trawick
On Thu, Nov 4, 2010 at 8:58 AM, Jeff Trawick traw...@gmail.com wrote: Tarballs/zips are at http://httpd.apache.org/dev/dist/mod_fcgid/ http://httpd.apache.org/dev/dist/mod_fcgid/CHANGES-FCGID Due to the inclusion of a security fix, I hope to get enough feedback within 24 hours to release.  

Re: svn commit: r1031167 - /httpd/httpd/trunk/Makefile.win

2010-11-04 Thread Jeff Trawick
On Thu, Nov 4, 2010 at 3:20 PM, wr...@apache.org wrote: Author: wrowe Date: Thu Nov  4 19:20:58 2010 New Revision: 1031167 URL: http://svn.apache.org/viewvc?rev=1031167view=rev Log: Look for a deeper clue into the existance of srclib/apr[-2.0], where we won't have apr-util in that tree.

Re: ap_expr problems

2010-11-04 Thread Dan Poirier
Before we invent yet another expression language, should we consider using something that already exists? E.g. lua? Dan

Re: Proxy regressions

2010-11-04 Thread Stefan Fritsch
On Thursday 04 November 2010, Jim Jagielski wrote: Tested so +1 Yes, the latest round of fixes seems to have fixed all my problems. Thanks.

Re: Proxy regressions

2010-11-04 Thread Stefan Fritsch
On Thursday 04 November 2010, Stefan Fritsch wrote: Yes, the latest round of fixes seems to have fixed all my problems. Oops. Minus the remaining failure already mentioned by Graham: t/modules/proxy.t (Wstat: 0 Tests: 15 Failed: 1) Failed test: 10

module tracking for access log, error log, etc.

2010-11-04 Thread Jeff Trawick
There's a note that contains the module name, return code, and hook name when a module fails a request. Here it is in the access log: 127.0.0.1 - x [04/Nov/2010:16:40:45 -0400] GET /index.html HTTP/1.1 500 528 mod_auth_basic.c/500/check_user_id 127.0.0.1 - - [04/Nov/2010:17:26:02 -0400] GET

Re: [Vote] Release mod_fcgid 2.3.6

2010-11-04 Thread William A. Rowe Jr.
On 11/4/2010 8:58 AM, Jeff Trawick wrote: Tarballs/zips are at http://httpd.apache.org/dev/dist/mod_fcgid/ http://httpd.apache.org/dev/dist/mod_fcgid/CHANGES-FCGID Due to the inclusion of a security fix, I hope to get enough feedback within 24 hours to release. +/-1 [+1] Release

Re: ap_expr problems

2010-11-04 Thread Stefan Fritsch
On Thursday 04 November 2010, Dan Poirier wrote: Before we invent yet another expression language, should we consider using something that already exists? E.g. lua? Do you want to make lua a requirement for httpd core? Is lua available for all plattforms that httpd runs on? Is lua fast enough

Re: svn commit: r1031347 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_rewrite.html.en mod_rewrite.xml

2010-11-04 Thread servando muñoz garcia
2010/11/4 cove...@apache.org Author: covener Date: Thu Nov 4 23:30:13 2010 New Revision: 1031347 URL: http://svn.apache.org/viewvc?rev=1031347view=rev Log: PR#46582 document that modules can implement internal map functions minor changes to original due to changes in context.

Log file rotation patch

2010-11-04 Thread Brian J. France
While at ApacheCon I am working on getting a patch for log file rotation and would like to get some feed back. With the current patch, see link below, it changes the syntax to ErrorLog to this: ErrorLog file-path|syslog[:facility] [rotating[:interval]] examples: ErrorLog logs/error_log