[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.
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
</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]