suddenly our OTRS has stopped working from one day to other.
all perl scripts in the OTRS Directory gets downloaded, not executed.
I've created a simple "hello world" Perl Script and put it in the same diretory (/opt/otrs/bin/cgi-bin/).
Content of test.pl:
Code: Select all
#!/usr/bin/perl -wT
print "Content-type: text/html\n\n";
print "Perl is working\n";
Any ideas what could be the reason - I spent 2h of tTroubleshooting, without any idea what is wrong.
- Phil.