Gentoo Archives: gentoo-commits

From: "Gunnar Wrobel (wrobel)" <wrobel@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/otrs/files: apache2.patch apache1.patch
Date: Fri, 14 Sep 2007 06:01:02
Message-Id: E1IW47X-0004rt-Nn@stork.gentoo.org
1 wrobel 07/09/14 05:53:39
2
3 Modified: apache2.patch
4 Removed: apache1.patch
5 Log:
6 Fixed the apache2.patch so that the fastcgi USE flag works. Removed unused
7 apache1.patch.
8 (Portage version: 2.1.2.12)
9
10 Revision Changes Path
11 1.2 www-apps/otrs/files/apache2.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/otrs/files/apache2.patch?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/otrs/files/apache2.patch?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/otrs/files/apache2.patch?r1=1.1&r2=1.2
16
17 Index: apache2.patch
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-apps/otrs/files/apache2.patch,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- apache2.patch 2 Aug 2005 01:37:04 -0000 1.1
24 +++ apache2.patch 14 Sep 2007 05:53:39 -0000 1.2
25 @@ -1,30 +1,25 @@
26 ---- apache2-httpd.include.conf 2005-05-01 13:33:51.000000000 -0400
27 -+++ apache2.edit 2005-08-01 18:55:41.000000000 -0400
28 -@@ -7,21 +7,21 @@
29 - Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
30 +--- apache2-httpd.include.conf.orig 2007-09-14 07:49:10.000000000 +0200
31 ++++ apache2-httpd.include.conf 2007-09-14 07:49:50.000000000 +0200
32 +@@ -11,7 +11,7 @@
33 + <IfModule mod_perl.c>
34
35 - # load all otrs modules
36 --Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl
37 -+#Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl
38 + # load all otrs modules
39 +- Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl
40 ++ #Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl
41
42 - # Apache::Reload - Reload Perl Modules when Changed on Disk
43 --PerlModule Apache::Reload
44 --PerlInitHandler Apache::Reload
45 -+#PerlModule Apache::Reload
46 -+#PerlInitHandler Apache::Reload
47 -
48 - # set mod_perl2 options
49 - <Location /otrs>
50 - # ErrorDocument 403 /otrs/customer.pl
51 - AllowOverride None
52 - ErrorDocument 403 /otrs/index.pl
53 -- SetHandler perl-script
54 -- PerlHandler ModPerl::Registry
55 -+# SetHandler perl-script
56 -+# PerlHandler ModPerl::Registry
57 - Options +ExecCGI
58 -- PerlOptions +ParseHeaders
59 -+# PerlOptions +ParseHeaders
60 - Order allow,deny
61 - Allow from all
62 - </Location>
63 + # Apache::Reload - Reload Perl Modules when Changed on Disk
64 + PerlModule Apache::Reload
65 +@@ -22,10 +22,10 @@
66 + # ErrorDocument 403 /otrs/customer.pl
67 + AllowOverride None
68 + ErrorDocument 403 /otrs/index.pl
69 +- SetHandler perl-script
70 +- PerlHandler ModPerl::Registry
71 ++ #SetHandler perl-script
72 ++ #PerlHandler ModPerl::Registry
73 + Options +ExecCGI
74 +- PerlOptions +ParseHeaders
75 ++ #PerlOptions +ParseHeaders
76 + Order allow,deny
77 + Allow from all
78 + </Location>
79
80
81
82 --
83 gentoo-commits@g.o mailing list