The problem has been solved now, in my case it was caused by a missing Perl Package 'perl-CGI' that was not installed correct or not installed at all. An easy way to find out:
[root@machine cgi-bin]# perl formmail.pl
If you get an error, like 'Can't locate CGI.pm' it's most likely the Perl...
Dear Faris,
I have created a new domain on the server, this is what I have found:
drwxr-x--- 3 user-new-domain psaserv 4096 Feb 18 21:12 cgi-bin
drwxr-x--- 2 user-mig-domain psaserv 4096 Feb 17 17:24 cgi-bin
So, user-mig-domain is the dir thats migrated from the old server...
Hi All,
We have migrated an old Plesk server (7.5) to Plesk 11. It seems everything worked out well, but we face one issue. Websites are not allowed to execute Perl script within the cgi-bin directory. Example: formmail.pl (chmod 755)
Error_log reports: Premature end of script headers...