All pastes #593986 Raw Edit

Stuff

public text v1 · immutable
#593986 ·published 2007-06-28 17:29 UTC
rendered paste body



##################################
This is what my app's INSTALL asks me to do

<Location /otrs>
    SetHandler  perl-script
    PerlHandler Apache::Registry
    Options ExecCGI
    PerlSendHeader On
    PerlSetupEnv On
  </Location>



#################################################
This is what i have got for my public_html


<Directory /home/*/public_html>
    AllowOverride FileInfo AuthConfig Limit
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
    <Limit GET POST OPTIONS>
        Order allow,deny
        Allow from all
    </Limit>
    <LimitExcept GET POST OPTIONS>
        Order deny,allow
        Deny from all
    </LimitExcept>
</Directory>