On 02/24/2010 09:00 PM, Jon Jensen wrote:
> Anything else different on this server? I don't know how the default
> apache packaging is set up in centos, but could be you've got a conf.d
> directory with other apache config files that are getting included (e.g.
> default config for each module). Could be they have some other
> directives getting mixed in that are wreaking havoc.
> 
> 403 is interesting ... what are the perms on your doc root directory?
> 
> Jon

/home/brasto > ls -al www/
total 79836
drwsrwsr-x 16 brasto apache     4096 Feb 24 09:20 .
<snip>

For config files:

# ls -al /etc/httpd/conf.d/
total 36
drwxr-xr-x 2 root root 4096 Feb 13 12:18 .
drwxr-xr-x 4 root root 4096 Feb 16 15:24 ..
-rw-r--r-- 1 root root  674 Nov 20 10:26 php.conf
-rw-r--r-- 1 root root  566 Nov 12 16:47 proxy_ajp.conf
-rw-r--r-- 1 root root  392 Nov 12 16:47 README
-rw-r--r-- 1 root root 9677 Nov 12 16:47 ssl.conf
-rw-r--r-- 1 root root  298 Feb 12 22:58 welcome.conf

The only thing I found that might be related is welcome.conf, which
probably explains why I get the page served that I do for the 403.  It
only has this (commented lines excluded):

<LocationMatch "^/+$">
    Options Indexes
    ErrorDocument 403 /error/noindex.html
</LocationMatch>

Thank you for your help.

Brandon

_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to