FastCGI Error Access to the script denied
Posted
by
ArtWorkAD
on Server Fault
See other posts from Server Fault
or by ArtWorkAD
Published on 2012-06-25T13:44:36Z
Indexed on
2012/06/25
15:17 UTC
Read the original article
Hit count: 628
I have a Debian Squeeze server running nginx + php-fpm + fastcgi. I have a typo3 installation on this server which runs well.
No I installed OTRS and I get an error that I do not understand:
2012/06/25 15:35:38 [error] 16510#0: *34 FastCGI sent in stderr: "Access to the script '/opt/otrs/bin/fcgi-bin/index.pl' has been denied (see security.limit_extensions)" while reading response header from upstream, client: ..., server: support.....com, request: "GET /otrs/index.pl HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "support.....com", referrer: "http://support.....com/"
Why do I get this error? The otrs directory is writable for the webserver, so this is not the problem. Any ideas?
© Server Fault or respective owner