All pastes #602602 Raw Edit

Anonymous

public text v1 · immutable
#602602 ·published 2007-07-04 05:07 UTC
rendered paste body
ScriptAlias /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>