<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Apache Reverse Proxy for pfSense]]></title><description><![CDATA[<p dir="auto">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.</p>
<p dir="auto">I tried to do the same for pfSense.</p>
<pre><code>&lt;Location /pfsense&gt;
    ProxyPass http://192.168.0.1/
    ProxyPassReverse http://192.168.0.1/
#    Order deny,allow
#    Deny from all
#    Allow from all
&lt;/Location&gt;

</code></pre>
<p dir="auto">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 <code>ProxyPreserveHost On</code> but that made no difference either. Googling has not been fruitful.</p>
<p dir="auto">Suggestions?</p>
]]></description><link>https://forum.netgate.com/topic/171598/apache-reverse-proxy-for-pfsense</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 14:57:38 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/171598.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 17 Apr 2022 08:36:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Apache Reverse Proxy for pfSense on Sat, 23 Apr 2022 07:50:21 GMT]]></title><description><![CDATA[<p dir="auto">Has no one successfully done this yet?</p>
]]></description><link>https://forum.netgate.com/post/1039120</link><guid isPermaLink="true">https://forum.netgate.com/post/1039120</guid><dc:creator><![CDATA[SteffanCline]]></dc:creator><pubDate>Sat, 23 Apr 2022 07:50:21 GMT</pubDate></item></channel></rss>