fixed setup scripts for apache to use processes, not threads, thanks Thomas

This commit is contained in:
mdipierro
2013-10-06 10:08:40 -05:00
parent 06ca5e6857
commit 2a062a2ff5
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ NameVirtualHost *:80
NameVirtualHost *:443
<VirtualHost *:80>
WSGIDaemonProcess web2py user=apache group=apache
WSGIDaemonProcess web2py user=apache group=apache processes=1 threads=1
WSGIProcessGroup web2py
WSGIScriptAlias / /opt/web-apps/web2py/wsgihandler.py
WSGIPassAuthorization On