[mythtv-users] .19 Mythweb htaccess problem

Martin Madsen martin at sprithuset.dk
Wed Mar 8 20:06:08 UTC 2006


Hey Myth' users,

 

I have some trouble getting .19 mythtweb up'n running.

 

When I try to login I get this in my IE:

############ start ###################


Forbidden


You don't have permission to access /mythweb/ on this server.

  _____  

Apache/2.0.54 (Ubuntu) PHP/4.4.0-3ubuntu1 Server at 192.168.1.20 Port 80

 

############# end ##################

 

Now I have done the following to get this to work:

 

I have this in my /etc/apache2/httpd.conf:

 

############# start ##################

 

<Directory /var/www/mythweb/>

Options FollowSymLinks

AuthType Basic

AuthName "MythTV"

AuthUserFile /var/www/mythweb/.htpasswd

require user mythtv

order allow,deny

Allow from all

</Directory>

 

################ end ###############

 

And this in my /etc/mythtv/mythweb-htaccess.conf / (Symlink to
/var/www/mythweb/mythweb-htaccess.conf)

 

################ start ###############

 

    AuthType           Digest

    AuthName           "MythTV"

    AuthDigestFile     /var/www/mythweb/htpasswd

    Require            valid-user

 

################ end ################

 

Last I ran:

 

htpasswd -c /var/www/mythweb/.htpasswd mythtv

 

as root.

 

 

Anybody see what I'm doing wrong here?

 

 

Thanks in Advance

Best Regards

Martin Madsen

DK


  _____  

I am using the free version of SPAMfighter for private users.
It has removed 730 spam emails to date.
Paying users do not have this message in their emails.
Try SPAMfighter <http://www.spamfighter.com/Product_Info.asp?>  for free
now!

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20060308/c119d029/attachment.htm 


More information about the mythtv-users mailing list