[mythtv-users] Mythweb and .htaccess

Matthias Meyer Matthias.Meyer at gmx.li
Sat Oct 28 13:33:28 UTC 2006


Hello,

I run Debian with Mythtv0.20.
I can not access Mythweb.

Following the instructions from
cat /usr/share/doc/mythweb/README.gz | gunzip
I create the file /etc/apache2/conf.d/Directory-Access, containing
   <Directory "/var/www/mythweb" >
        Options         FollowSymLinks
        AllowOverride   All
    </Directory>
and restart my Apache (V2.0.55).

Than I edit the /etc/mythtv/mythweb-htaccess so that it contains the 
instructions:
    AuthType           Digest
    AuthName           "MythTV"
    AuthUserFile       /var/www/htdigest
    Require            valid-user
    BrowserMatch       "MSIE"      AuthDigestEnableQueryStringHack=On

At last:
vdr:/# cd /var/www
vdr:/var/www# htdigest -c /var/www/htdigest MythTV mythtv  

Than I try to acces mythweb by url http://vdr/mythweb/
but it will not work.
I found this error-message in /var/log/apache2/error.log

[Sat Oct 28 15:20:07 2006] [crit] [client 192.168.0.160] configuration 
error:  couldn't check user.  No user file?: /mythweb/

-- 
Don't Panic


More information about the mythtv-users mailing list