Opened 8 years ago
Closed 6 years ago
#1149 closed task (fixed)
WSGI Apps preferred conf
Reported by: | darkblueb | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | OSGeoLive8.5 |
Component: | OSGeoLive | Keywords: | WSGI python |
Cc: |
Description
Python WSGI apps have to share resources on the Live. This ticket is just a reminder for best practices while things are tuned. At the time of writing, EOxServer has the following settings, which appear to be appropriate for the Live:
processes=5 threads=1
Change history (6)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
add reference to #1161 here A general best-practices question is: what directories are being exposed to be web visible.
/etc/apache2/conf.d/sahana
defines
sahana: #WSGIScriptAlias /eden/ /usr/local/lib/web2py/wsgihandler.py
comment:3 Changed 8 years ago by
Milestone: | OSGeoLive7.0 → OSGeoLive7.5 |
---|
All WSGI applications for 7.0 work as expected. Reminder for future versions.
comment:4 Changed 7 years ago by
Milestone: | OSGeoLive7.9 → OSGeoLive8.0 |
---|
comment:5 Changed 6 years ago by
Milestone: | OSGeoLive8.0 → OSGeoLive8.5 |
---|
comment:6 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See TracTickets for help on using tickets.
Don't forget to set a unique daemon process group (see https://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide#Delegation_To_Daemon_Process) e.g.: