[users@httpd] Problem with mod_proxy ....

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

 



Hello All,
 
I am having a problem with proxying all requests that come to my apache 2.0.50 server and passing those requests to a different back end server.  What I do is take any url and pass that straight through to the back end IIS box.  The initial proxy works (i.e. I go to https://server.domain.com and it passes me to https://backendserver.domain.com), but when the backendserver.domain.com has an include or some type of a redirect within it's pages I get a 404 on my https://server.domain.com site stating that the page does not exist.
 
The request comes in and hits the backend url, but within the backend url there is an include or a redirect to https://backendserver.domain.com/summary.asp.  The browser gets a 404 error because it tries to hit https://server.domain.com/summary.asp.
 
 
Here's my virtual host that shows the proxy lines:
 
<VirtualHost 10.1.221.105:443>
DocumentRoot "/u01/webpages/intranet/docroot"
ServerName server.domain.com
ServerAdmin mmchugh@xxxxxxxxx
SSLProxyEngine on
SSLEngine on
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP:+eNULL
SSLCertificateFile /u01/app/apache2050/conf/ssl.crt/server.crt
SSLCertificateKeyFile /u01/app/apache2050/conf/ssl.key/server.key
ErrorLog logs/error_ssl.log
TransferLog logs/access_ssl.log
ProxyRequests Off
ProxyRequests Off
ProxyPass / https://backend.domain.com:443/somedirectory/login.asp
ProxyPassReverse /* https://backend.domain.com:443/somedirectory
</VirtualHost>
 
Any help would be much appreciated.
 
 
Thanks,
 
Matt
 
Matt
 
 
Matt
 

[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