Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/files/
Date: Wed, 12 Apr 2017 19:50:41
Message-Id: 1492026630.c8973f428af39b63f1dcdf511585dd118c4dafda.zmedico@gentoo
1 commit: c8973f428af39b63f1dcdf511585dd118c4dafda
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 12 19:39:25 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 12 19:50:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8973f42
7
8 www-servers/uwsgi: re-add files referenced by APACHE2_MOD_CONF (bug 611300)
9
10 Fixes: a023bde895bd ("www-servers/uwsgi: remove unused patches/files")
11 Bug: https://bugs.gentoo.org/show_bug.cgi?id=611300
12 Package-Manager: Portage-2.3.5, Repoman-2.3.2
13
14 www-servers/uwsgi/files/42_mod_uwsgi-r2.conf | 9 +++++++++
15 www-servers/uwsgi/files/42_mod_uwsgi.conf | 7 +++++++
16 2 files changed, 16 insertions(+)
17
18 diff --git a/www-servers/uwsgi/files/42_mod_uwsgi-r2.conf b/www-servers/uwsgi/files/42_mod_uwsgi-r2.conf
19 new file mode 100644
20 index 00000000000..85ede87b037
21 --- /dev/null
22 +++ b/www-servers/uwsgi/files/42_mod_uwsgi-r2.conf
23 @@ -0,0 +1,9 @@
24 +<IfDefine PROXY_UWSGI>
25 + LoadModule proxy_uwsgi_module modules/mod_proxy_uwsgi.so
26 +</IfDefine>
27 +<IfDefine RUWSGI>
28 + LoadModule uwsgi_module modules/mod_Ruwsgi.so
29 +</IfDefine>
30 +<IfDefine UWSGI>
31 + LoadModule uwsgi_module modules/mod_uwsgi.so
32 +</IfDefine>
33
34 diff --git a/www-servers/uwsgi/files/42_mod_uwsgi.conf b/www-servers/uwsgi/files/42_mod_uwsgi.conf
35 new file mode 100644
36 index 00000000000..a619baeafee
37 --- /dev/null
38 +++ b/www-servers/uwsgi/files/42_mod_uwsgi.conf
39 @@ -0,0 +1,7 @@
40 +<IfDefine UWSGI>
41 + LoadModule uwsgi_module modules/mod_uwsgi.so
42 +</IfDefine>
43 +<IfDefine RUWSGI>
44 + LoadModule uwsgi_module modules/mod_Ruwsgi.so
45 +</IfDefine>
46 +