All pastes #594634 Raw Edit

Untitled

public text v1 · immutable
#594634 ·published 2007-06-29 00:49 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>