apache is running as user apache and group apache. Permissions on /home/web/includes is as follows:
drwxr-xr-x 3 web
web 4096 Jul
14 2004 .
drwx--x--x 7 web
web 4096 May 11
10:26 ..
drwxr-xr-x 2 web
web 4096
Oct 9 2003 backup
-rw-r--r-- 1 we
Looks to me like it may still be a
permissions issue. It can’t find the file because it cannot read the
directory, and it can’t read the file so it bounces permission denied.
What user is apache(http) run as (ps –ef), and what are the permissions
of the directory? (ls –la /home/web/includes
We have an old PC running RedHat 7.3 with Apache 1.3.29 (i think) and
it serves out some PHP/MySQL content to our internal users. I migrated
everything on this machine over to a new Server running CentOS 4.0
(Apache 2.0.52).
Here are the details
Old
Box