Opened 11 years ago
Closed 10 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 by , 11 years ago
comment:2 by , 11 years ago
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 by , 11 years ago
Milestone: | OSGeoLive7.0 → OSGeoLive7.5 |
---|
All WSGI applications for 7.0 work as expected. Reminder for future versions.
comment:4 by , 11 years ago
Milestone: | OSGeoLive7.9 → OSGeoLive8.0 |
---|
comment:5 by , 10 years ago
Milestone: | OSGeoLive8.0 → OSGeoLive8.5 |
---|
comment:6 by , 10 years ago
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.: