[mythtv-users] upgraded to latest APT-RPM and now can't access mythweb

David George david at onyxsoft.com
Tue May 4 22:02:47 EDT 2004


Check the directories.  You'll probably find that they do not have the 
execute bit set.

>From the /var/www/html/mythweb directory do the following:

find . -type d -exec chmod +x {} \;

This should fix it.  Make sure that mythweb also has the execute bits set.

Also, about the htaccess problem.  Just remove all the php stuff and 
uncomment the lines beginning with Auth.

HTH,
David

On Tue, 4 May 2004 gabe at mustbethemoney.com wrote:

> I upgraded to the CVS packages that Axle did, and one of the wierd errors
> I am getting now is that I can't access mythweb.
> 
> Here is the relevant portion of my httpd log:
> 
> [Tue May 04 21:32:24 2004] [error] [client 192.168.1.1] (13)Permission
> denied: a
> ccess to /mythweb/index.html denied
> [Tue May 04 21:32:24 2004] [error] [client 192.168.1.1] (13)Permission
> denied: a
> ccess to /mythweb/index.html.var denied
> [Tue May 04 21:32:50 2004] [error] [client 192.168.1.101] (13)Permission
> denied:
>  access to /mythweb/program_listing.php denied
> 
> 
> and when I check the perm on index.html
> -rw-r--r--  1 apache apache 157 Jul 24  2003 index.html
> as are all the files in that dir (and subdirs).
> 
> I can access my other webspace, and have turned AllowOverride to None for
> the time being (I was getting an error before saying it could not read the
> .htaccess file even though it too has the same perms, and even when i
> renamed the file --
> [Tue May 04 21:13:05 2004] [crit] [client 192.168.1.101] (13)Permission
> denied:
> /var/www/html/mythweb/.htaccess pcfg_openfile: unable to check htaccess
> file, ensure it is readable)
> 
> Anyone run into this or have an idea as to what to do?
> 
> Thanks,
> Gabe
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 


More information about the mythtv-users mailing list