On Mon, 10 Jan 2005 13:49:26 -0500, Jason Morehouse <jm@xxxxxxxxxxxxx> wrote: > Hello. I'm not sure if this is an apache problem or php... but > wondering if anyone has come across the same problem. > > -rw------- 1 root root test.html > -rw------- 1 root root test.php > > Trying to access test.html via a browser servers up the apache 403 error > page. The test.php however produces: > > Warning: Unknown: failed to open stream: Permission denied in Unknown on > line 0 Warning: Unknown: Failed opening '/www/test.php' for inclusion > (include_path='.:/www/php') in Unknown on line 0 > > Any ideas? It's a permissions problem. Both of those files are owned by the root user and I would guess that apache is not running as root (and it shouldn't be!). Find out who apache is running as (commonly www or nobody) and give that user access to those files. Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php