Quantcast
Channel: SharePoint 2010 - Setup, Upgrade, Administration and Operations forum
Viewing all articles
Browse latest Browse all 13778

How To configure Apache As Reverse Proxy for SharePoint Application

$
0
0

Hi,

I recently integrated Apache as ReverseProxy for SharePoint 2010. When accessing the SharePoint application via the reverse proxy url  e.g. http://<reverse-proxy-url>/SitePages/Home.aspx the images/css and JavaScript files does not comeup fine.

I had defined the following mapping in the httpd.conf file.

ProxyPass /SitePages  http://<actual-url>/SitePages
<Location /SitePages>
ProxyPassReverse http://<actual-url>/SitePages
SetEnv force-nokeepalive 1
</Location>

Regards,

Bunty Ray


Viewing all articles
Browse latest Browse all 13778

Trending Articles