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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to