Hi there
I'm trying to install a beta of the forthcoming new version of OTRS 3 which is written in perl.
I already searched for other users having issues with ISPConfig 3 and OTRS or other perl applications, i.e. this thread:
http://www.howtoforge.de/forum/showthread.php?t=1988
So I went ahead and created a new site in the ISPConfig Admin Panel.
I tried both, enalbed cgi and disabled cgi, the error is the same (see below).
I upload the OTRS application into /web/otrs3/.
I added the following Apache directives through the ISPConfig Admin Panel:
Code:
ScriptAlias /otrs/ "/var/www/clients/client4/web17/web/otrs3/bin/cgi-bin/"
Alias /otrs-web/ "/var/www/clients/client4/web17/web/otrs3/var/httpd/htdocs/"
<Directory "/var/www/clients/client4/web17/web/otrs3/">
AllowOverride None
Options +ExecCGI -Includes
Order allow,deny
Allow from all
</Directory>
Then I added the handlers:
Code:
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
Now my problem is that when I browse to
http://mydomain/otrs/index.pl, i get a 505:
[Thu Aug 19 13:10:17 2010] [error] [client 192.168.0.186] (13)Permission denied: exec of '/var/www/clients/client4/web17/web/otrs3/bin/cgi-bin/index.pl' failed
[Thu Aug 19 13:10:17 2010] [error] [client 192.168.0.186] Premature end of script headers: index.pl
Can anyone help me or do you need more information?
Thx
Tini
Recent comments
1 day 4 hours ago
1 day 9 hours ago
1 day 14 hours ago
1 day 16 hours ago
2 days 6 hours ago
2 days 6 hours ago
2 days 11 hours ago
2 days 18 hours ago
2 days 18 hours ago
2 days 20 hours ago