summaryrefslogtreecommitdiff
blob: 45ef689c3e02c84b5bef52762f4754d70d465ef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- apache2-httpd.include.conf.orig	2007-09-14 07:49:10.000000000 +0200
+++ apache2-httpd.include.conf	2007-09-14 07:49:50.000000000 +0200
@@ -11,7 +11,7 @@
 <IfModule mod_perl.c>
 
     # load all otrs modules
-    Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl
+    #Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl
 
     # Apache::Reload - Reload Perl Modules when Changed on Disk
     PerlModule Apache::Reload
@@ -22,10 +22,10 @@
 #        ErrorDocument 403 /otrs/customer.pl
         AllowOverride None
         ErrorDocument 403 /otrs/index.pl
-        SetHandler  perl-script
-        PerlHandler ModPerl::Registry
+        #SetHandler  perl-script
+        #PerlHandler ModPerl::Registry
         Options +ExecCGI
-        PerlOptions +ParseHeaders
+        #PerlOptions +ParseHeaders
         Order allow,deny
         Allow from all
     </Location>