<div dir="ltr">So I followed these instructions (<a href="http://www.mythtv.org/wiki/Securing_MythWeb">http://www.mythtv.org/wiki/Securing_MythWeb</a>), changed my mythweb.conf file, then generated the password file and restart apache, but it still doesn't prompt me for a password in the browser.  I don't know how debug it further, nothing interesting in the logfiles.  Apache version <span class=""><b>httpd</b></span><span class="">-2.4.10-1.fc20.x86_64.  Anything obvious that I am missing?</span><div><br></div><div>I uncommented the following lines in the /etc/httpd/conf/mythweb.conf file.</div>







        AuthType           Digest<br>        AuthName           "MythWeb"<br>        AuthUserFile       /etc/httpd/conf.d/mythweb-htdigest<br>        Require            valid-user<br>        BrowserMatch       "MSIE"      AuthDigestEnableQueryStringHack=On<br>        Order              allow,deny<br>        Satisfy            any<div><br></div><div><br></div></div>