commit eb02c4ab5ccb06a459aaeed247bb704f6ce173c1
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Nov 24 15:45:45 2016 +0100
Add moin files
roles/moin/files/moin.conf | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/roles/moin/files/moin.conf b/roles/moin/files/moin.conf
new file mode 100644
index 0000000..8cef12d
--- /dev/null
+++ b/roles/moin/files/moin.conf
@@ -0,0 +1,9 @@
+
+
+ # MoinMoin
+ WSGISocketPrefix /var/run/httpd/moin-wsgi
+ WSGIDaemonProcess moin user=apache group=apache processes=5 threads=10
maximum-requests=1000 umask=0007
+ WSGIScriptAlias /moin /var/www/rpmfusion.org/moin.wsgi
+ <Location /moin>
+ WSGIProcessGroup moin
+ </Location>
Show replies by date