
Jason Joines wrote:
Finally got the crash caused by apache2 modperl and DBI < 1.30 fixed. Now I can't seem to get to otrs because of some permissions problem. I ran SetPermissions.sh with the user the web server was running under but no luck so I changed the web server to run as otrs and ran SetPermiissions.sh again. I still get the same errors.
[Tue Feb 10 15:59:08 2004] [error] [client 172.16.0.11] client denied by server configuration: /opt/otrs/var/httpd/htdocs [Tue Feb 10 15:59:11 2004] [error] [client 172.16.0.11] client denied by server configuration: /opt/otrs/bin/cgi-bin/index.pl
Any ideas?
Thanks,
Jason Joines ============== _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/
Finally resolved this too. Had to modify the apache2-httpd.include.conf included with OTRS and add these two lines to the Location section. Order allow,deny Allow from all Jason Joines ===========