Re: Regex Help with Mod Rewrite

2007-08-21 Thread Ray Morris
RewriteCond %{QUERY_STRING} ^(rain|spain|plain|,)+$ For a full explanation of what regex features are and are not available, see the first result: http://www.google.com/search?q=mod_rewritesourceid=mozillastart=0start=0ie=utf-8oe=utf-8 -- Ray B. Morris [EMAIL PROTECTED] Strongbox - The next

Re: Regex Help with Mod Rewrite

2007-08-21 Thread Ross Heritage
Hi Soumya, Yep, for the future you probably want the user support list ( http://httpd.apache.org/lists.html#http-users). However, to be helpful I think the answers to your questions would be 1) Apache 1.3 uses POSIX based regular expressions, and apache 2.x uses the PCRE library, so they're

Re: fixing graceful-stop with event mpm

2007-08-21 Thread Colm MacCarthaigh
On Mon, Aug 20, 2007 at 04:00:48PM -0700, Paul Querna wrote: Short: We need to call ap_close_listeners() earlier or more aggressively. Question: Where/How? Looking at the Event MPM in both trunk and 2.2.x, the listener_thread is where we call ap_close_listeners(). This does not seem to be

Re: And 2.2.6 Re: Notice of Intent: TR 2.0.61

2007-08-21 Thread Guenter Knauf
Hi, The fact that the apr_proc* API is so horribly convoluted yet still broken on Win32 is kind of ironic. If it's not fixable can we just abandon it? The code to implement piped loggers can be much simpler and more efficient on Unix if implemented natively. may I ask a question on this

Re: And 2.2.6 Re: Notice of Intent: TR 2.0.61

2007-08-21 Thread Rainer Jung
Guenter Knauf wrote: may I ask a question on this topic: why is piped logging so important, and why dont we add f.e. mod_log_rotate which does the job of rotating logs more nicerly on every platform? That would avoid 95% usage of piped logging:

Re: fixing graceful-stop with event mpm

2007-08-21 Thread Jim Jagielski
On Aug 20, 2007, at 7:00 PM, Paul Querna wrote: Short: We need to call ap_close_listeners() earlier or more aggressively. Question: Where/How? Looking at the Event MPM in both trunk and 2.2.x, the listener_thread is where we call ap_close_listeners(). This does not seem to be working

auth dbd pgsql issues

2007-08-21 Thread Phil Endecott
Dear Experts, I am trying to track down a broken postgresql authn issue which I have described here: http://marc.info/?l=apache-httpd-usersm=118765132424174w=2 My guess is that I'm encountering the known issues with DBD described here: http://marc.info/?l=apache-httpd-devm=116742014418304w=2

mod_log_config cookie buglet

2007-08-21 Thread Geoffrey Young
hi all :) a co-worker and I were just adding some functionality to an internal httpd module when we noticed that mod_log_config misbehaves when logging cookie values... in short, we have a cookie FOO and were adding a cookie CLIENT_FOO. in the log format we used %{FOO}C\t%{CLIENT_FOO}C but

Re: auth dbd pgsql issues

2007-08-21 Thread Chris Darroch
Phil Endecott wrote: http://marc.info/?l=apache-httpd-usersm=118765132424174w=2 My guess is that I'm encountering the known issues with DBD described here: http://marc.info/?l=apache-httpd-devm=116742014418304w=2 Am I right in thinking that this is fixed in the trunk but not in 2.2.4?

2.2.5

2007-08-21 Thread Oden Eriksson
Hello. I just wonder if someone could tell me if and official 2.2.5/2.2.6 will be released before September the 10th? That's the version freeze date for Mandriva Linux 2008. Thanks in advance. -- Regards // Oden Eriksson

Re: 2.2.5

2007-08-21 Thread Jim Jagielski
No guarantees, but the expectation is Yes, 2.2.6 will be released way before then. We're justing waiting for some APR cleanups before I tag/roll 2.2.6 On Aug 21, 2007, at 2:13 PM, Oden Eriksson wrote: Hello. I just wonder if someone could tell me if and official 2.2.5/2.2.6 will be

Re: 2.2.5

2007-08-21 Thread Oden Eriksson
tisdagen den 21 augusti 2007 skrev Jim Jagielski: No guarantees, but the expectation is Yes, 2.2.6 will be released way before then. We're justing waiting for some APR cleanups before I tag/roll 2.2.6 Thanks!. Sounds great! On Aug 21, 2007, at 2:13 PM, Oden Eriksson wrote: Hello. I

Re: auth dbd pgsql issues

2007-08-21 Thread Guenter Knauf
Hi Chris, I think you're right about the problem you're encountering; the patches for 2.2.x await a third vote and so they're not in expected in 2.2.5/6, as it stands at the moment. I think you would increase chance for another vote if there would be only _one_ patch which applies cleanly

Re: svn commit: r568322 - /httpd/httpd/trunk/server/log.c

2007-08-21 Thread William A. Rowe, Jr.
[EMAIL PROTECTED] wrote: Author: wrowe Date: Tue Aug 21 16:21:44 2007 New Revision: 568322 URL: http://svn.apache.org/viewvc?rev=568322view=rev Log: This message was confusing during debugging, make it unique. As you'd noticed, I've begun committing easily digestible pieces of the piped