[us...@httpd] TCP Connections per hostname?

2009-09-06 Thread raulmt
Hi, I use Apache as a loadbalancer of Tomcat instances using mod_jk. The IP in which Apache is has many hostnames and the final application (in Tomcat) sends a different response depending on the hostname (Header Host) of the request. I used Jmeter on this server using only one hostname and with

[us...@httpd] New error_log message from 2.2.13

2009-09-06 Thread craig
I recently upgraded my server to Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8i mod_apreq2-20090110/2.7.1 mod_perl/2.0.5-dev Perl/v5.10.1 in which everything mentioned is new except OpenSSL. It has been running fine, but there are a few messages in error_log, of a type not seen before:

Re: [us...@httpd] proxy

2009-09-06 Thread André Warnier
Eric Covener wrote: On Sun, Sep 6, 2009 at 10:51 AM, pch0317 wrote: Hello I want to make reverse proxy in my machine. I type as in the example: | ProxyRequests Off Order deny,allow Allow from all ProxyPass /search http://google.com/ ProxyPassReverse /search http://google.com/ | Make the t

Re: [us...@httpd] proxy

2009-09-06 Thread Eric Covener
On Sun, Sep 6, 2009 at 10:51 AM, pch0317 wrote: > Hello > I want to make reverse proxy in my machine. > I type as in the example: > > | ProxyRequests Off > > > Order deny,allow > Allow from all > > > ProxyPass /search http://google.com/ > ProxyPassReverse /search http://google.com/ | Make the tr

[us...@httpd] Re: Bizarre problem running CGI script

2009-09-06 Thread Jonesy
On Sat, 05 Sep 2009 17:07:09 -0500, John M. Dlugosz wrote: > Frank Gingras francois.gingras-at-gmail.com |Apache mailing list| wrote: >> You should post your question again, perhaps someone will answer it >> this time! > > Why? WHMTS: "You should post your question a third time, " Clever and

[us...@httpd] proxy

2009-09-06 Thread pch0317
Hello I want to make reverse proxy in my machine. I type as in the example: | ProxyRequests Off Order deny,allow Allow from all ProxyPass /search http://google.com/ ProxyPassReverse /search http://google.com/ | when I enter a URL http://mymachine.com/search google site appears but without im

[us...@httpd] Access restriction to a particular folder by IP

2009-09-06 Thread Markus Wolf
Hello, I have spent the last few days trying to find a solution for this, but to no avail. I have directories that contain IP addresses. /171.35.110.12_some_characters /172.30.97.4_some_other_random_characters Now I would like to only allow access to a folder in .htaccess when the referer IP

[us...@httpd] Re: [ot][us...@httpd] passwords with strange characters doesn't work?

2009-09-06 Thread André Warnier
Staffan Bergh wrote: Eric Covener wrote: On Thu, Sep 3, 2009 at 7:51 AM, Staffan Bergh wrote: Hi, I'm having a problem with authentication against our apache server. Setup: apache 2.2.13 on windows XP sp3 in httpd.conf AuthName "Test" AuthType Basic AuthUserFile C:/test/passwd Require