mod_rewrite

2007-06-20 Thread sonia mukherjee
Hi All, could any one give me information on whether any Api call is present with Apche 2.2 that gives indication that Rwrite Rule is configured for a particular URL. And if possible with full info on what are the flags that are set (flags like L,P,QSA...) Waiting for reply. Thanx and Regards

Re: mod_rewrite

2007-06-20 Thread Joshua Slive
On 6/20/07, sonia mukherjee [EMAIL PROTECTED] wrote: Hi All, could any one give me information on whether any Api call is present with Apche 2.2 that gives indication that Rwrite Rule is configured for a particular URL. And if possible with full info on what are the flags that are set (flags

set_define() warnings

2007-06-20 Thread Geoffrey Young
hi all :) the new set_define() function currently has some unused variables, so it won't compile with -Werror patch attached. --Geoff Index: server/core.c === --- server/core.c (revision 549098) +++ server/core.c (working copy) @@

Re: set_define() warnings

2007-06-20 Thread Ruediger Pluem
On 06/20/2007 03:49 PM, Geoffrey Young wrote: hi all :) the new set_define() function currently has some unused variables, so it won't compile with -Werror patch attached. --Geoff Thanks for the patch. Fixed in r549207. Regards RĂ¼diger

Re: one word syncronize

2007-06-20 Thread Darryl Miles
sebb wrote: On 14/06/07, Dmytro Fedonin [EMAIL PROTECTED] wrote: Looking through 'server/mpm/worker/worker.c' I have found such a combination of TODO/FIXME comments: 1) /* TODO: requests_this_child should be synchronized - aaron */ if (requests_this_child = 0) { 2) requests_this_child--; /*

[STATUS] (httpd-2.0) Wed Jun 20 23:49:57 2007

2007-06-20 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2007-06-19 16:15:07 -0400 (Tue, 19 Jun 2007) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/STATUS Documentation status is

[STATUS] (httpd-2.2) Wed Jun 20 23:51:09 2007

2007-06-20 Thread Rodent of Unusual Size
APACHE 2.2 STATUS: -*-text-*- Last modified at [$Date: 2007-06-19 16:04:08 -0400 (Tue, 19 Jun 2007) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/STATUS Documentation status is

[STATUS] (httpd-trunk) Wed Jun 20 23:55:54 2007

2007-06-20 Thread Rodent of Unusual Size
APACHE 2.3 STATUS: -*-text-*- Last modified at [$Date: 2006-08-22 16:41:03 -0400 (Tue, 22 Aug 2006) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/trunk/STATUS Documentation status is maintained

Re: mod_rewrite

2007-06-20 Thread sonia mukherjee
Thank you for the reply. I have a filter context that uses a particular API call ap_parse_uri(). There are known issues with this particular call and in my case i am facing issues with this call while i have proxy enabled with Rewrite rule. If i am able to detect that Rwrite Rule is configured