MOSS and Apache Reverse Proxy
Hi,I searched the related problem titled "Reverse Proxy problem" but it did not have answer. My scenario: We need access to MOSS (192.168.10.10)from Internet. So I have a apace reverse proxy configured to do the task. The linux box is certified and would terminate https link from the Internet connecting to internal MOSS server. My setup, here is my reversProxy.conf#start of .conf file#http to https redirection<VirtualHost 10.10.10.10:80> ProxyRequests Off ServerName sharepoint.domain.com RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]</VirtualHost>#handle https<VirtualHost 10.10.10.10:443>ProxyRequests OffServerName sharepoint.domain.com#SSL Stuff ProxyPass / http://192.168.10.10/# Addedded this line for URL redirection ProxyHTMLURLMap http://192.168.10.10 / <Location /> ProxyPass http://192.10.10.10/ ProxyPassReverse http://192.168.10.10/ ProxyHTMLExtended OnSetOutputFilter proxy-html ProxyHTMLURLMap http://1921.168.10.10/ https://sharepoint.domain.com/ ProxyHTMLURLMap / https://sharepoint.domain.com ProxyHTMLURLMap /_layouts/ https://sharepoint.domain.com/_layouts/ ProxyHTMLURLMap http://192.168.10.10/_layouts/ https://sharepoint.domain.com/_layouts/ RequestHeader unset Accept-Encoding</Location><Location /_layouts/> ProxyPass http://192.168.10.10/_layouts/ProxyPassReverse http://192.168.10.10/_layouts </Location> #error log stuff#end of .conf fileMy problem:http to https redirection works, when i type https://sharepoint.domain.com the MOSS pages opens. i can say reverse proxy is working till this point. It ask for "want to download unsecure item?" error. the images are pointing to http://192.168.10.10/_layouts/images/attach.gif for example. also i can see lots of "192.168.10.10"s in page source which means output html is not being written correctly. also to confirm this; when reverse is bypassed everything works fine, although internal to the network.I have checked following references (apachetutor ref , and exchange-experts ref) but I cannot make out my way. Any help from anyone is appreciated. Thank you in advance,Tyampoo
September 15th, 2009 2:36am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics