# PHP only, required if PHP was built with --enable-force-cgi-redirect
FASTCGI_param REDIRECT_STATUS 200;
FASTCGI_param SCRIPT_FILENAME $document_root$FASTCGI_script_name;
<Directory "/usr/local/web_umsa/cgi-bin/">
AddHandler cgi-script .cgi .ums
Options FollowSymLinks
AllowOverride All
Order deny,allow
Allow from all
Options +ExecCGI
</Directory>
<Directory "/usr/local/web_umsa/fcgi-bin">
SetHandler fcgid-script
AddHandler fcgid-script .fcgi .ums
Options FollowSymLinks
AllowOverride All
Order deny,allow
Allow from all
Options +ExecCGI
</Directory>