Changes between Version 47 and Version 48 of InstallationGuidelinesApacheModWSGI
- Timestamp:
- 09/24/11 15:32:19 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelinesApacheModWSGI
v47 v48 18 18 == File Permissions == 19 19 {{{ 20 chown web2py ~web2py 20 21 chown web2py ~web2py/applications/admin/cache 21 22 chown web2py ~web2py/applications/admin/cron … … 32 33 chown web2py ~web2py/applications/eden/uploads 33 34 }}} 35 36 == Environment Variables == 37 If running the Survey module & wanting graphs: 38 {{{ 39 echo "os.environ['MPLCONFIGDIR'] = '/home/web2py/.matplotlib'" >> "~web2py/wsgihandler.py" 40 }}} 34 41 == Cron == 35 42 If running on a UNIX variant (as would be recommended) then suggest using the [http://web2py.com/book/default/chapter/04#Cron Native Cron]