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