Forum Moderators: phranque
<IfModule mod_fcgid.c>
#SuexecUserGroup web1 web1
PHP_Fix_Pathinfo_Enable 1
<Directory /srv/www/web1/web/>
Options +ExecCGI -Indexes
AllowOverride All
AddHandler fcgid-script .php .pl
FCGIWrapper /srv/www/php-fcgi-scripts/web1/php-fcgi-starter .php
Order allow,deny
Allow from all
</Directory>
<Directory /srv/www/web1/web/perl/>
SetHandler fcgid-script
Options +ExecCGI
# Customize the next two directives for your requirements.
Order allow,deny
Allow from all
</Directory>
</IfModule>
mod_fcgid: process path2perlScript.pl(2005) exit(communication error), terminated by calling exit(), return code: 0 <IfModule mod_perl.c>
<Directory /srv/www/web1/web/nasss>
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Directory /srv/www/web1/web/perl/nasss>
AllowOverride None
Options +ExecCGI -Includes
Order allow,deny
Allow from all
</Directory>
</IfModule>