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_wsgi/files: 70_mod_wsgi.conf
Date: Thu, 31 Jan 2008 19:17:23
Message-Id: E1JKeu5-0002yN-SA@stork.gentoo.org
1 hollow 08/01/31 19:16:53
2
3 Modified: 70_mod_wsgi.conf
4 Log:
5 fix depend.apache usage wrt #208033; update metadata; cleanup
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.2 www-apache/mod_wsgi/files/70_mod_wsgi.conf
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_wsgi/files/70_mod_wsgi.conf?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_wsgi/files/70_mod_wsgi.conf?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_wsgi/files/70_mod_wsgi.conf?r1=1.1&r2=1.2
14
15 Index: 70_mod_wsgi.conf
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_wsgi/files/70_mod_wsgi.conf,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 70_mod_wsgi.conf 8 Sep 2007 17:28:10 -0000 1.1
22 +++ 70_mod_wsgi.conf 31 Jan 2008 19:16:53 -0000 1.2
23 @@ -1,5 +1,5 @@
24 <IfDefine WSGI>
25 - <IfModule !mod_wsgi.c>
26 - LoadModule wsgi_module modules/mod_wsgi.so
27 - </IfModule>
28 +LoadModule wsgi_module modules/mod_wsgi.so
29 </IfDefine>
30 +
31 +# vim: ts=4 filetype=apache
32
33
34
35 --
36 gentoo-commits@l.g.o mailing list