Basic reverse proxy is much slower than directly accessing proxied sites?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm running Ubuntu 10.04.3 (LTS) with Apache2 v2.2.14 (Ubuntu).

My configuration is 100% default except I've enabled the folllowing modules:
  mod_proxy
  mod_proxy_connect
  mod_proxy_ftp
  mod_proxy_http
  mod_rewrite

Then, in my custom.conf (/etc/apache2/conf.d/custom) I have some very
simple Location, ProxyPass, and ProxyPassReverse directives:

<Location /app1/>
  ProxyPass http://internal-server:8081/app1/
  ProxyPassReverse http://internal-server:8081/app1/
</Location

However, using my Apache2 reverse proxy URL is much, much slower than
directly accessing my internal server.

What could be causing this?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux