Re: [us...@httpd] JMeter Load Testing of Tomcat through Apache Proxy

2010-02-17 Thread Robert Hall
On Feb 17, 2010, at 2:29 PM, Dan Denton wrote: On Wed, Feb 17, 2010 at 3:19 PM, Robert Hall wrote: On Feb 17, 2010, at 12:50 PM, Dan Denton wrote: On Wed, Feb 17, 2010 at 2:26 PM, Robert Hall wrote: On Feb 17, 2010, at 12:06 PM, Dan Denton wrote: On Mon, Feb 15, 2010 at 12:53 PM, Rob

Re: [us...@httpd] JMeter Load Testing of Tomcat through Apache Proxy

2010-02-17 Thread Dan Denton
On Wed, Feb 17, 2010 at 3:19 PM, Robert Hall wrote: > > On Feb 17, 2010, at 12:50 PM, Dan Denton wrote: > >> On Wed, Feb 17, 2010 at 2:26 PM, Robert Hall wrote: >>> >>> On Feb 17, 2010, at 12:06 PM, Dan Denton wrote: >>> On Mon, Feb 15, 2010 at 12:53 PM, Robert Hall wrote: > >

Re: [us...@httpd] JMeter Load Testing of Tomcat through Apache Proxy

2010-02-17 Thread Robert Hall
On Feb 17, 2010, at 12:50 PM, Dan Denton wrote: On Wed, Feb 17, 2010 at 2:26 PM, Robert Hall wrote: On Feb 17, 2010, at 12:06 PM, Dan Denton wrote: On Mon, Feb 15, 2010 at 12:53 PM, Robert Hall wrote: Dan, On Feb 15, 2010, at 10:37 AM, Dan Denton wrote: Hello all. I’m trying to load

Re: [us...@httpd] JMeter Load Testing of Tomcat through Apache Proxy

2010-02-17 Thread Dan Denton
On Wed, Feb 17, 2010 at 2:26 PM, Robert Hall wrote: > > On Feb 17, 2010, at 12:06 PM, Dan Denton wrote: > >> On Mon, Feb 15, 2010 at 12:53 PM, Robert Hall wrote: >>> >>> Dan, >>> >>> On Feb 15, 2010, at 10:37 AM, Dan Denton wrote: >>> Hello all. I’m trying to load test a login page served by

Re: [us...@httpd] JMeter Load Testing of Tomcat through Apache Proxy

2010-02-17 Thread Robert Hall
On Feb 17, 2010, at 12:06 PM, Dan Denton wrote: On Mon, Feb 15, 2010 at 12:53 PM, Robert Hall wrote: Dan, On Feb 15, 2010, at 10:37 AM, Dan Denton wrote: Hello all. I’m trying to load test a login page served by tomcat 6, proxied through apache 2 with mod_proxy. I’m using JMeter 2.3.4 to

Re: [us...@httpd] JMeter Load Testing of Tomcat through Apache Proxy

2010-02-17 Thread Dan Denton
On Mon, Feb 15, 2010 at 12:53 PM, Robert Hall wrote: > Dan, > > On Feb 15, 2010, at 10:37 AM, Dan Denton wrote: > >> Hello all. I’m trying to load test a login page served by tomcat 6, >> proxied through apache 2 with mod_proxy. I’m using JMeter 2.3.4 to >> conduct the testing. My thread group con

[us...@httpd] Problems with error logs under mpm_worker

2010-02-17 Thread Ross Lawrie
Hi, I've tried to find some answers to this by searching the list archives and Google, but haven't been able to find anything matching my circumstances. Hopefully someone here can help me figure this out, or point me in the right direction for me to solve it myself. I've recently switched my ser

AW: [us...@httpd] URL to file

2010-02-17 Thread André Hänsel
Eric Covener wrote: [...] > http://httpd.apache.org/docs/2.2/mod/core.html#allowencodedslashes > http://httpd.apache.org/docs/2.2/mod/core.html#loglevel > [Wed Feb 17 12:33:57 2010] [info] [client 127.0.0.1] found %2f > (encoded '/') in URI (decoded='/foo/'), returning 404 > > > Where can I l

Re: [us...@httpd] URL to file

2010-02-17 Thread Eric Covener
On Wed, Feb 17, 2010 at 12:27 PM, André Hänsel wrote: > Hi, > > I'm confused: > > If I call http://localhost/doesntexit/lalala/ an error log entry is created > and a 404 is delivered. > If I call http://localhost/doesntexit.php/lalala/ an error log entry is > created and a 404 is delivered. > If I

[us...@httpd] URL to file

2010-02-17 Thread André Hänsel
Hi, I'm confused: If I call http://localhost/doesntexit/lalala/ an error log entry is created and a 404 is delivered. If I call http://localhost/doesntexit.php/lalala/ an error log entry is created and a 404 is delivered. If I call http://localhost/blah.php/lalala/ blah.php is executed. If I call

[us...@httpd] Apache 1.3 OS X 10.4 help

2010-02-17 Thread Rupert Reid
Hello, I am new to this but hope that you can help me. I have 2 virtual domain websites published at http://80.189.101.120/ isinglive/ and http://80.189.101.120/cantoenvivo/ respectively. The following domains: http://isinglive.co.uk and http:// cantoenvivo.com are respectively forwarded

[us...@httpd] [mod_deflate] logging issue when not using virtual hosts

2010-02-17 Thread Anand Sathe
Hi, I am having a peculiar issue with turning on logging for mod_deflate. Environment: Apache 2.2.6 running on Linux (SuSE 11 x86 64 bit). I have no virtual hosts defined - all my configuration is in httpd.conf  Here is a snapshot of my httpd.conf --

Re: [us...@httpd] handling parameter in query_string with mod_rewrite

2010-02-17 Thread Stefano Nichele
Hi Igor, maybe my issue was not fully clear but your suggestion puts me on the right way thanks a lot !! What I'm using now (and it seems working) is: RewriteEngine on RewriteCond %{QUERY_STRING} ^(.*)[\&|\?]*filename=([\w|\d|\.|\%| ]*)[\&]*(.*)$ RewriteRule .* - [E=FILEN