# -- # added for OTRS (http://otrs.org/) # $Id: apache-httpd.include.conf,v 1.11 2007/04/16 12:11:53 martin Exp $ # -- # agent, admin and customer frontend (mod_alias required!) ScriptAlias /otrs/ "/usr/local/otrs/bin/cgi-bin/" Alias /otrs-web/ "/usr/local/otrs/var/httpd/htdocs/" # if mod_perl is used # load all otrs modules (speed improvement!) # Perlrequire /usr/local/otrs/scripts/apache-perl-startup.pl # Apache::StatINC - Reload %INC files when updated on disk # (just use it for testing, setup, ... not for high productiv systems) # PerlInitHandler Apache::StatINC # ErrorDocument 403 /otrs/customer.pl ErrorDocument 403 /otrs/index.pl SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI PerlSendHeader On PerlSetupEnv On # MaxRequestsPerChild (so no apache child will be to big!) MaxRequestsPerChild 400