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
@@ -91,7 +91,7 @@ NameVirtualHost *:443
# within a virtual host container, only WSGI applications associated with
# virtual hosts with the same server name as that virtual host can be
# delegated to that set of daemon processes.
WSGIDaemonProcess web2py user=www-data group=www-data
WSGIDaemonProcess web2py user=www-data group=www-data processes=1 threads=1
<VirtualHost *:80>
WSGIProcessGroup web2py