# Enables OTRS (http://otrs.org/) # agent, admin and customer frontend ScriptAlias /otrs/ "/var/www/localhost/otrs/bin/cgi-bin/" Alias /otrs-web/ "/var/www/localhost/otrs/var/httpd/htdocs/" # load all otrs modules Perlrequire /var/www/localhost/otrs/scripts/apache2-perl-startup.pl # Apache::Reload - Reload Perl Modules when Changed on Disk PerlModule Apache::Reload PerlInitHandler Apache::Reload # set mod_perl2 options # ErrorDocument 403 /otrs/customer.pl ErrorDocument 403 /otrs/index.pl SetHandler perl-script PerlHandler ModPerl::Registry Options +ExecCGI PerlOptions +ParseHeaders # MaxRequestsPerChild (so no apache child will be to big!) MaxRequestsPerChild 400