summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/otrs/files/apache1.patch')
-rw-r--r--www-apps/otrs/files/apache1.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/www-apps/otrs/files/apache1.patch b/www-apps/otrs/files/apache1.patch
new file mode 100644
index 000000000000..8711c0e396a2
--- /dev/null
+++ b/www-apps/otrs/files/apache1.patch
@@ -0,0 +1,18 @@
+--- apache-httpd.include.conf 2003-10-06 19:16:35.000000000 -0400
++++ apache1.edit 2005-08-01 18:54:44.000000000 -0400
+@@ -16,11 +16,11 @@
+ <Location /otrs>
+ # ErrorDocument 403 /otrs/customer.pl
+ ErrorDocument 403 /otrs/index.pl
+- SetHandler perl-script
+- PerlHandler Apache::Registry
++# SetHandler perl-script
++# PerlHandler Apache::Registry
+ Options ExecCGI
+- PerlSendHeader On
+- PerlSetupEnv On
++# PerlSendHeader On
++# PerlSetupEnv On
+ </Location>
+
+ # MaxRequestsPerChild (so no apache child will be to big!)