wiki::collab: Added optional support for WSGI daemon mode

This commit is contained in:
Ossi Salmi 2013-04-16 15:37:50 +03:00
parent 07b220391b
commit 1098468803
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,6 @@
WSGIDaemonProcess collab user=collab group=collab umask=0007 threads=25
<Directory "<%= collab_webroot %>">
WSGIProcessGroup collab
WSGIRestrictProcess collab
</Directory>