falko,
As soon as I enable 'Suexec' in ISPconfig, I get a '500 error - Internal Server Error!' when I try to access the 'hello_world.pl' perl script.
When 'Suexec' if off, there is no problem (I guess Suexec is working

)
Anyway.. This is how the dir looks like.
Code:
drwxr-xr-x 2 web22_support web22 4096 Mar 18 02:07 backup
drwxrwxr-x 2 web22_support web22 4096 Mar 19 01:07 cgi-bin
drwxr-xr-x 3 web22_support web22 4096 Mar 11 00:30 log
drwxrwxrwx 2 web22_support web22 4096 Mar 10 23:28 phptmp
drwxr-xr-x 2 web22_support web22 4096 Mar 10 23:28 ssl
drwx------ 2 web22_support web22 4096 Mar 17 11:53 tmp
drwxr-xr-x 3 web22_support web22 4096 Mar 11 09:41 user
drwxrwxr-x 16 web22_support web22 4096 Mar 16 16:23 web
In the cgi-bin (hello_world.pl is chmod to 755)
Code:
-rwxrwxrwx 1 web22_support web22 379 Mar 19 01:07 hello_world.pl
The other two files (info.php and ssi.shtml) work fine... That is... the ssi.shtml file is only showing
Code:
Dynamic HTML with Server Side Includes
Date/Time on the server:
Name of this HTML file:
Installed server software:
Your web browser:
I have no clue why the perl script is not working in 'Suexec' mode.. (map and file is set to the correct user!)