I have done some further research and i have found out that the scripts
are not even being executed when called through apache. (i have changed
the test-script so that it writes a small file whenever it is executed).
so i guess that the problem must be somewhere in the server
configuration. here are some further infomation on the file and the
server configuration:
file in /www/k-1/html:
-rwxr-xr-x k-1 k-1_grp test.pl
httpd.conf:
LoadModule cgid_module modules/mod_cgid.so
[...]
User apache
Group apache
[...]
AddHandler cgi-script cgi pl
[...]
<Directory "/www/*/html">
Options ExecCGI Indexes
AllowOverride Limit Options AuthConfig
Order allow,deny
Allow from all
</Directory>
[...]
<VirtualHost some.ip.add.res:80>
[...]
DocumentRoot /www/k-1/html
SuexecUserGroup k-1 k-1_grp
[...]
</VirtualHost>
regards
Maros
>> Stay informed about: Apache fails to execute Perl after apt update