[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PHP4 Not working with Apache2



On Sun, 27 Mar 2005 16:06:21 -0600, John Foster <jfoster@augustmail.com> wrote:
[snip]
> Access forbidden!
> 
>  You don't have permission to access the requested object. It is either
> read-protected or not readable by the server.

Make sure the webserver (www-data) can actually read the file(s) in /var/www/*
Default home page is /var/www so if you're going after
http://localhost/www/test.php it should be in /var/www/www/test.php
unless you've done something funny.  Typical web pages are world
readable
chmod a+r /var/www/* -R


-- 
~ Darryl  ~ smartssa@gmail.com
http://smartssa.com / http://darrylclarke.com
International Clean Your Windows Day - April 22, 2005
http://pileofcrap.org/news/2096/



Reply to: