When I install bugzilla, I got an error:
[Thu Nov 22 15:50:08 2007] [error] [client 172.25.21.180] (13)Permission denied: exec of '/var/www/html/bugzilla/index.cgi' failed
[Thu Nov 22 15:50:08 2007] [error] [client 172.25.21.180] Premature end of script headers: index.cgi
The method to deal with it is to run the following command:
chcon -R -t httpd_sys_content_t /var/www/html/bugzilla/
Blogged with Flock
Tags: linux, bugzilla