Changes between Version 17 and Version 18 of InstallationGuidelinesApacheModWSGI


Ignore:
Timestamp:
01/15/10 18:12:32 (15 years ago)
Author:
Praneeth Bodduluri
Comment:

Changed wsgi config

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelinesApacheModWSGI

    v17 v18  
    2323vim /etc/apache2/sites-available/web2py
    2424}}}
    25 
     25Refer to the following URL for WSGI configuration tuning
     26[http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIDaemonProcess]
    2627{{{
    2728<VirtualHost ip.ip.ip.ip:80>
     
    3132
    3233  WSGIScriptAlias / /var/www/web2py/wsgihandler.py
    33   WSGIDaemonProcess web2py user=www-data group=www-data home=/var/www/web2py processes=10 maximum-requests=500
     34  ## Edit the process and the maximum-requests to reflect your RAM
     35  WSGIDaemonProcess web2py user=www-data group=www-data home=/var/www/web2py processes=5 maximum-requests=50
    3436
    3537  RewriteEngine On