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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Codestriker-user mailing list
Codestriker-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/codestriker-user

Reply via email to