I'm trying to set up Apache as a transparent proxy server in front of Sybase's EAServer.  I have the following in my httpd.conf:

 

<Location / >

     ProxyPass http://localhost:8080

     ProxyPassReverse http://localhost:8080/

 

     SetEnv force-proxy-request-1.0 1

     SetEnv proxy-nokeepalive 1

 

     Order allow,deny

     Allow from all

</Location>

 

 

Apache is listening to my resolvable hostname, and EAServer is listening on 8080

 

Here's the problem:

 

It works, but not all the time.  There are a specific set of files that can't be accessed.  When they do fail, the request at the browser shows up as http://localhost:8080/somebrokenfile

 

The files that don't load are varied: .gif, .js, .jsp

 

Has anyone encountered anything like this?

 

Thanks!

 

-Jon

Reply via email to