Platform setup:
Fedora Core 3
Apache 2.0.52-3
SELinux enabled.
Apache configuration is setup correctly with right permissions, we the server throws a 403 error.
The log entry in the /etc/httpd/logs/error_log:
"[error] [client xx.xx.xxx.xxx] (13)Permission denied: access to / denied"
The issue is well known but the fixes only apply to Fedora 3, such as :
"Use : chcon -R -t httpd_sys_content_t "
or
"deactive SELinux at the command line or GUI".
or