Hello to everyone on the list.&nbsp; I recently noticed while checking my upcoming recordings that channel 10&#39;s name was recently changed to &quot;YOUR MYTHWEB IS INSECURE&quot;.&nbsp; So I first want to thank whomever sent this friendly message.&nbsp; First, my specific thanks go for not destroying my entire system and second my thanks go to being smart enough to change the channel name on one of my upcoming recording (so that I would notice it).<br>
<br>So now on to the problem.&nbsp; I think we are secure now, so whomever you are, you may try again to test my setup if you haven&#39;t already.&nbsp; I&#39;m not going to provide the url for obvious reasons.&nbsp; I use an apache proxy at my internet gateway machine to forward requests into the local network.&nbsp; Mythweb is one of those proxied local machines.&nbsp; Here&#39;s where my insecurity came from.&nbsp; The below config for proxy seems to be the secure method.&nbsp; What I was trying to accomplish was securing only the mythweb proxy by using&nbsp; &lt;Proxy /mythweb&gt; rather than &lt;Proxy *&gt; to define the auth method.&nbsp; Why can&#39;t I use auth only for the mythweb portion?&nbsp; It seems that I have to auth all proxies to use security properly.&nbsp; I am pretty well versed in most apache config, so this one has stumped me.&nbsp; I suppose that I&#39;ll get on the apache list too, but this was myth specific enough to talk to the group.<br>
<br>&lt;IfModule mod_proxy.c&gt;<br>ProxyRequests Off<br><br>&lt;Proxy *&gt; <br>#&lt;Proxy /mythweb&gt; didn&#39;t work, i.e. didn&#39;t prompt for auth<br>&nbsp;&nbsp;&nbsp; Order deny,allow<br>&nbsp;&nbsp;&nbsp; Allow from all<br>&nbsp;&nbsp;&nbsp; AuthType Digest<br>
&nbsp;&nbsp;&nbsp; AuthName &quot;MythWeb&quot;<br>&nbsp;&nbsp;&nbsp; AuthUserFile /var/www/htpasswd.mythweb<br>&nbsp;&nbsp;&nbsp; Require user &lt;proper list of users&gt;<br>&lt;/Proxy&gt;<br><br>ProxyPass /pitchfork <a href="http://localserver1/pitchfork">http://localserver1/pitchfork</a><br>
ProxyPassReverse /pitchfork <a href="http://localserver1/pitchfork">http://localserver1/pitchfork</a><br><br>ProxyPass /mythweb <a href="http://mymythbox/mythweb">http://mymythbox/mythweb</a><br>ProxyPassReverse /mythweb&nbsp; <a href="http://mymythbox/mythweb">http://mymythbox/mythweb</a><br>
<br>ProxyPass /dp <a href="http://localserver1/dp">http://localserver1/dp</a><br>ProxyPassReverse /dp&nbsp; <a href="http://localserver1/dp">http://localserver1/dp</a><br><br>ProxyVia Full<br><br>&lt;/IfModule&gt;<br># End of proxy directives.<br>
<br clear="all"><br>-- <br>Chris Everest<br>