Re: [Codestriker-user] Needs help on install codestriker 1.9.2
Brought to you by:
sits
|
From: David S. <si...@us...> - 2006-05-17 23:17:09
|
> Note: This web server is currently work fine. We have bugs database > and other internal web setup. When I add " SetHandler cgi-script " > then our web page does not work. I got the error: " access denied " Make sure after you have run install.pl, that all the files in the Codestriker directory are owned by the same user that runs httpd. This sounds like it could be a permissions issue with the directories/files. Check the apache access/error log, it should provide more information. ie, you'll need to do something like (assuming user nobody runs httpd) # cd /var/www/html/codestriker/bin # ./install.pl # cd .. # chown -R nobody.nobody . # /etc/init.d/httpd restart Cheers, David |