PDA

View Full Version : 403 Forbidden


adriatic
11-10-2006, 03:26 PM
Hello.

I'm attempting a very simple configuration of a php-enabled subdirectory:

example.com/s3

the directory is owned by the user nobody:nobody and can be read by the server.

when I attempt to reach the example.com/s3/index.php I get the following error:

403 Forbidden
Access to this resource on the server is denied!

I'm using the PHP_suEXEC template. Using as domain of the virtual host member: example.com/s3

and as VH root: /var/www/html/example.com/s3

What am I missing?

Thanks in advance.

xing
11-10-2006, 06:25 PM
Please set logging to Log level to "DEBUG" and debug level to "HIGH". Run the request once and send use the debug output.

Looks to be a permission error within the config.

mistwang
11-11-2006, 11:07 AM
Possibly the document root of that vhost is owned by "root", by it is not allowed to run any script as "root".