[users@httpd] ProxyPassReverse Apache 2.2.2 and Sybase EAServer

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

 



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


[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