Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_scgi/files: 20_mod_scgi.conf
Date: Thu, 31 Jan 2008 19:30:06
Message-Id: E1JKf6q-0003cx-DG@stork.gentoo.org
1 hollow 08/01/31 19:30:04
2
3 Modified: 20_mod_scgi.conf
4 Log:
5 update metadata; cleanup
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.2 www-apache/mod_scgi/files/20_mod_scgi.conf
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_scgi/files/20_mod_scgi.conf?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_scgi/files/20_mod_scgi.conf?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_scgi/files/20_mod_scgi.conf?r1=1.1&r2=1.2
14
15 Index: 20_mod_scgi.conf
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_scgi/files/20_mod_scgi.conf,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 20_mod_scgi.conf 29 Jul 2007 15:13:01 -0000 1.1
22 +++ 20_mod_scgi.conf 31 Jan 2008 19:30:03 -0000 1.2
23 @@ -1,58 +1,33 @@
24 <IfDefine SCGI>
25 - <IfModule !mod_scgi.c>
26 - LoadModule scgi_module modules/mod_scgi.so
27 - </IfModule>
28 +LoadModule scgi_module modules/mod_scgi.so
29
30 - <IfModule mod_scgi.c>
31 - # Apache2 example
32 - #<Location "/dynamic">
33 - # SetHandler scgi-handler
34 - # SCGIServer localhost:4000
35 - # SCGIHandler On
36 - # Options -Multiviews
37 - #</Location>
38 - #<LocationMatch "^/(dynamic|login)($|/)">
39 - # SetHandler scgi-handler
40 - # SCGIServer localhost:4000
41 - # SCGIHandler On
42 - # Options -Multiviews
43 - #</Location>
44 - #<Location "/foo">
45 - # SCGIServer localhost:4000
46 - # SCGIHandler On
47 - # Options -Multiviews
48 - #</Location>
49 - #<Location "/bar">
50 - # SCGIServer localhost:4001
51 - # SCGIHandler On
52 - # SCGIServerTimeout 10
53 - # Options -Multiviews
54 - #</Location>
55 - #<Location "/bar/images">
56 - # SCGIHander Off
57 - #</Location>
58 -
59 - # Apache1 example
60 - #<Location "/dynamic">
61 - # SCGIServer 127.0.0.1 4000
62 - # SCGIHandler On
63 - # Options -Multiviews
64 - #</Location>
65 - #<LocationMatch "^/(dynamic|login)($|/)">
66 - # SCGIServer 127.0.0.1 4000
67 - # SCGIHandler On
68 - # Options -Multiviews
69 - #</Location>
70 - #<Location "/foo">
71 - # SCGIServer 127.0.0.1 4000
72 - # SCGIHandler On
73 - # Options -Multiviews
74 - #</Location>
75 - #<Location "/bar">
76 - # SCGIServer 127.0.0.1 4001
77 - # SCGIHandler On
78 - # Options -Multiviews
79 - #</Location>
80 - </IfModule>
81 +# Apache2 example
82 +#<Location "/dynamic">
83 +# SetHandler scgi-handler
84 +# SCGIServer localhost:4000
85 +# SCGIHandler On
86 +# Options -Multiviews
87 +#</Location>
88 +#<LocationMatch "^/(dynamic|login)($|/)">
89 +# SetHandler scgi-handler
90 +# SCGIServer localhost:4000
91 +# SCGIHandler On
92 +# Options -Multiviews
93 +#</Location>
94 +#<Location "/foo">
95 +# SCGIServer localhost:4000
96 +# SCGIHandler On
97 +# Options -Multiviews
98 +#</Location>
99 +#<Location "/bar">
100 +# SCGIServer localhost:4001
101 +# SCGIHandler On
102 +# SCGIServerTimeout 10
103 +# Options -Multiviews
104 +#</Location>
105 +#<Location "/bar/images">
106 +# SCGIHander Off
107 +#</Location>
108 </IfDefine>
109 -# vim:ft=apache:
110 +
111 +# vim: ts=4 filetype=apache
112
113
114
115 --
116 gentoo-commits@l.g.o mailing list