All pastes #594981 Raw Edit

Stuff

public text v1 · immutable
#594981 ·published 2007-06-29 07:07 UTC
rendered paste body
<VirtualHost 127.0.0.4:80>
DocumentRoot /home/user/public_html/otrs/
#CustomLog /home/haecotrs/logs/access_log combined
ServerName otrs.testing

  Alias /otrs-web/ /home/user/otrs/var/httpd/htdocs/
  Alias /otrs/ /home/user/public_html/otrs/bin/cgi-bin/

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

</VirtualHost>