I have an Apache 2.2.4 server using Reverse Proxy to a back-end
application server.

I have a page on the application server that is a simple index.html with
about 50 objects (graphics, css, etc).  This page size is 300KB.

When I attempt to access index.html through the apache proxy, it takes
up to 30 seconds to load the content.  If I access the application
server directly, the page loads instantly, so I know this is related to
the apache proxy.

Does anyone have any ideas or suggestions?

My apache config:

<VirtualHost>
....
ProxyPreserveHost On
KeepAlive On
ProxyPass / http://172.27.164.60/ keepalive=On
ProxyPassReverse / http://www.mydomainname.com/
....
</VirtualHost>

Thanks!
Scott


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to