<div dir="ltr">I missed changing this section from "all granted" to "valid-user", works now...<div><br>    <IfModule mod_authz_core.c><br>        # Apache 2.4<br>        <RequireAll><br>                #Require all granted<br>                Require valid-user<br>        </RequireAll><br>    </IfModule></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 6, 2015 at 6:18 PM, Monkey Pet <span dir="ltr"><<a href="mailto:monkeypet@gmail.com" target="_blank">monkeypet@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">So I followed these instructions (<a href="http://www.mythtv.org/wiki/Securing_MythWeb" target="_blank">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><b>httpd</b></span><span>-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>
</blockquote></div><br></div>