Changes between Initial Version and Version 1 of SrOrgHostConfigurationDetails


Ignore:
Timestamp:
06/10/13 23:29:50 (12 years ago)
Author:
wildintellect
Comment:

copying important info over from osgeo wiki

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified SrOrgHostConfigurationDetails

    v1 v1  
     1Website is on the OSGeo Project VM.
     2
     3Site runs as wsgi under gunicorn (from Debian repos)
     4
     5Service can be controlled via /etc/init.d/gunicorn start|stop|restart
     6
     7{{{
     8Configuration file /etc/gunicorn.d/sr.gunicorn (
     9        Port 8092
     10        workers=4 (Can be modified, gunicorn recommends 2-4x # of cores (which is 4), but I lowered it to see if it plays better with the existing services.)
     11}}}
     12Gunicorn is installed via backports
     13
     14Apache Proxy settings are in /etc/apache/site-available/sr.org.conf
     15