On 10/28/06, <b class="gmail_sendername">Matthias Meyer</b> &lt;<a href="mailto:Matthias.Meyer@gmx.li">Matthias.Meyer@gmx.li</a>&gt; 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>&gt; On 10/28/06, Matthias Meyer &lt;<a href="mailto:Matthias.Meyer@gmx.li">Matthias.Meyer@gmx.li</a>&gt; wrote:<br>&gt; &gt; Am Samstag 28 Oktober 2006 18:47 schrieb John Drescher:
<br>&gt; &gt; &gt; I had the same problem two days ago when I finally activated the<br>&gt; &gt; &gt; password. Change Digest to Basic and restart apache was all I needed<br>&gt; &gt; &gt; to do.<br>&gt;<br>&gt; Did you try&nbsp;&nbsp;Username: MythTV
<br>&gt; Password mythtv<br>&gt;<br>&gt; As this is what you setup with this command:<br>&gt; htdigest -c /var/www/htdigest MythTV mythtv<br>&gt;<br>&gt; John<br>Yes, I try it.<br>But man htdigest say:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; realm&nbsp;&nbsp;The realm name to which the user name belongs.
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; username<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The user name to create or update&nbsp;&nbsp;in&nbsp;&nbsp;passwdfile.&nbsp;&nbsp;If&nbsp;&nbsp;username<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;does&nbsp;&nbsp;not&nbsp;&nbsp;exist&nbsp;&nbsp;is&nbsp;&nbsp;this&nbsp;&nbsp;file,&nbsp;&nbsp;an entry is added. If it does<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Digest<br>
 #&nbsp;&nbsp; AuthName &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;MythTV&quot;<br>
 #&nbsp;&nbsp; AuthUserFile &nbsp; &nbsp; &nbsp; /var/www/htdigest<br>
 #&nbsp;&nbsp; Require &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;valid-user<br>
 #&nbsp;&nbsp; BrowserMatch &nbsp; &nbsp; &nbsp; &quot;MSIE&quot; &nbsp; &nbsp; &nbsp;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>