diff options
Diffstat (limited to 'www-apps/otrs/files/apache2.patch')
-rw-r--r-- | www-apps/otrs/files/apache2.patch | 51 |
1 files changed, 23 insertions, 28 deletions
diff --git a/www-apps/otrs/files/apache2.patch b/www-apps/otrs/files/apache2.patch index 6df9579226d5..45ef689c3e02 100644 --- a/www-apps/otrs/files/apache2.patch +++ b/www-apps/otrs/files/apache2.patch @@ -1,30 +1,25 @@ ---- apache2-httpd.include.conf 2005-05-01 13:33:51.000000000 -0400 -+++ apache2.edit 2005-08-01 18:55:41.000000000 -0400 -@@ -7,21 +7,21 @@ - Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/" +--- 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 + # 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 --PerlInitHandler Apache::Reload -+#PerlModule Apache::Reload -+#PerlInitHandler Apache::Reload - - # set mod_perl2 options - <Location /otrs> - # 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> + # 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> |