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
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:
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
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
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
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
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
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