On 10/28/06, <b class="gmail_sendername">Matthias Meyer</b> <<a href="mailto:Matthias.Meyer@gmx.li">Matthias.Meyer@gmx.li</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Am Samstag 28 Oktober 2006 19:21 schrieb John Drescher:<br>> On 10/28/06, Matthias Meyer <<a href="mailto:Matthias.Meyer@gmx.li">Matthias.Meyer@gmx.li</a>> wrote:<br>> > Am Samstag 28 Oktober 2006 18:47 schrieb John Drescher:
<br>> > > I had the same problem two days ago when I finally activated the<br>> > > password. Change Digest to Basic and restart apache was all I needed<br>> > > to do.<br>><br>> Did you try Username: MythTV
<br>> Password mythtv<br>><br>> As this is what you setup with this command:<br>> htdigest -c /var/www/htdigest MythTV mythtv<br>><br>> John<br>Yes, I try it.<br>But man htdigest say:<br> realm The realm name to which the user name belongs.
<br><br> username<br> The user name to create or update in passwdfile. If username<br> does not exist is this file, an entry is added. If it does<br> exist, the password is changed.
</blockquote><div><br>Do you have htdigest2 ? On gentoo this one worked the way the mythdocs said it should work. <br><br>Check /var/www/htdigest to see if you have something like:<br><br>MythTV:2thLDwg.jd.j1gfds<br><br></div>
where it is username then : then some cryptic string..<br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Is it possible to disable this htdigest authentication and access the web-page without authorization?
</blockquote><div><br>If you just want to disable this just comment out these four keys:<br>
# AuthType Digest<br>
# AuthName "MythTV"<br>
# AuthUserFile /var/www/htdigest<br>
# Require valid-user<br>
# BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On<br>
<div style="direction: ltr;"><br>
I do not recommend this if you are going to make this web page
accessible to the internet as if a webbot finds your page all your
recordings will be deleted when the bot follows the links on the page.
Search for googlebot in this mailing list.<br>
<br>
John<br>
</div></div></div>