Apache Reverse Proxy for pfSense
-
I have been trying for a while now to get this set up right. On a home web server, I have a bunch of services proxied such as domain.tld/service1 , domain.tld/service2 etc.
I tried to do the same for pfSense.
<Location /pfsense> ProxyPass http://192.168.0.1/ ProxyPassReverse http://192.168.0.1/ # Order deny,allow # Deny from all # Allow from all </Location>
What happens is I get the landing page for pfSense but no CSS or anything. All of the links are missing /pfsense/ in them. I can't find any other settings anywhere to adjust for this. Even tried the
ProxyPreserveHost On
but that made no difference either. Googling has not been fruitful.Suggestions?
-
Has no one successfully done this yet?