]> git.pld-linux.org Git - packages/otrs.git/blob - otrs-http1.conf
- fixed %files
[packages/otrs.git] / otrs-http1.conf
1 # --
2 # added for OTRS (http://otrs.org/)
3 # --
4
5 # agent, admin and customer frontend (mod_alias required!)
6 ScriptAlias /otrs/ "/usr/share/otrs/bin/cgi-bin/"
7 Alias /otrs-web/ "/usr/share/otrs/var/httpd/htdocs/"
8
9 # load all otrs modules (speed improvement!)
10 #Perlrequire /opt/otrs/scripts/apache-perl-startup.pl
11
12 # Apache::StatINC - Reload %INC files when updated on disk 
13 # (just use it for testing, setup, ... not for high productiv systems)
14 #PerlInitHandler Apache::StatINC
15
16 <Location /otrs>
17 #  ErrorDocument 403 /otrs/customer.pl
18   ErrorDocument 403 /otrs/index.pl
19   SetHandler  perl-script
20   PerlHandler Apache::Registry
21   Options ExecCGI
22   PerlSendHeader On
23   PerlSetupEnv On
24 </Location>
25
26 # MaxRequestsPerChild (so no apache child will be to big!)
27 MaxRequestsPerChild 400
28
This page took 0.047678 seconds and 3 git commands to generate.