RE: [users@httpd] Rewrite rules not working

2013-02-10 Thread Andrew White
And sorry if the wording is a bit misleading on that email - I actually solved the issue whilst I was writing it. To clarify - problem is definitely fixed, thanks :) From: Andrew White [mailto:and...@computersforall.com.au] Sent: Monday, 11 February 2013 11:46 AM To: users@httpd.apache.org

RE: [users@httpd] Rewrite rules not working

2013-02-10 Thread Andrew White
.au/sid#b81d24f8][rid#b8478208/initial] (2) [perdir /home/website/public_html/] rewrite '' -> 'http://www.mysite.com.au/' 10.1.1.1 - - [11/Feb/2013:11:44:57 +1100] [mysite.com.au/sid#b81d24f8][rid#b8478208/initial] (2) [perdir /home/website/public_html/] explicitly

RE: [users@httpd] Rewrite rules not working

2013-02-10 Thread Andrew White
Andrew From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Friday, 8 February 2013 11:26 PM To: users Subject: Re: [users@httpd] Rewrite rules not working On Fri, Feb 8, 2013 at 10:51 AM, Andrew White mailto:and...@computersforall.com.au>> wrote: Hi all, I've been writing a rewrite rule to try

[EMAIL PROTECTED] Strange Delay

2006-09-27 Thread Andrew White
I have doing some stress tests on my apache2 install (using simple curl posts) and have noticed a strange delay after it handles a large number of requests (150-200+). The strange part is that during the delay, cpu usage is 0% and memory usage doesn't change. So what's happening in this 2 second vo

Re: [EMAIL PROTECTED] AuthZ POST content and multiple handlers

2006-09-23 Thread Andrew White
Is this not the correct location for this question, or do I need to give more details? Thanks, Andrew On Fri, 2006-09-22 at 09:19 -0500, Andrew White wrote: > I am attempting to authorize post content (SOAP methods) against ACLs, > but once the authorize handler grabs the HTTP body, the

[EMAIL PROTECTED] AuthZ POST content and multiple handlers

2006-09-22 Thread Andrew White
I am attempting to authorize post content (SOAP methods) against ACLs, but once the authorize handler grabs the HTTP body, the other handlers can't process the content. A work around is to proxy the request to a local virtual host to handle the request AFTER it has been authorized, but then the S