Anonymous
public text v1 · immutableScriptAlias /cgi-bin/ "/home/haecotrs/public_html/otrs"
#
# "/var/www/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "/home/haecotrs/public_html/otrs">
AllowOverride None
AddHandler cgi-script .cgi .pl
Options +ExecCGI -Includes
#AllowOverride None
#Options None
Order allow,deny
Allow from all
</Directory>