ProxyPass redirects the request

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

 



I’m using the following configuration to setup my local Apache as a reverse proxy for the app server (let’s call it http://www.backend.com/). The problem is that apache server redirects all the requests to /mytest/ to the backend (http://www.backend.com/) instead of transparently providing the content from it.

 

Does anybody know what I'm missing here?

 

 

ProxyRequests Off

 

<Proxy *>

Order deny,allow

Allow from all

</Proxy>

 

ProxyPass /mytest/ http://www.backend.com/

ProxyPassReverse /mytest/ http://www.backend.com/

 

 

 

-Thanks,

 

Mohammad


[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