Skip to content

Instantly share code, notes, and snippets.

@robintw
Created March 3, 2014 09:49
Show Gist options
  • Save robintw/9321653 to your computer and use it in GitHub Desktop.
Save robintw/9321653 to your computer and use it in GitHub Desktop.
[Mon Mar 03 09:43:47.882349 2014] [:info] [pid 17732] mod_wsgi (pid=17732): Initializing Python.
[Mon Mar 03 09:43:47.897933 2014] [:info] [pid 17732] mod_wsgi (pid=17732): Attach interpreter ''.
[Mon Mar 03 09:44:59.620451 2014] [:info] [pid 17674] [client 82.25.184.186:65505] mod_wsgi (pid=17674, process='', application=''): Loading WSGI script '/usr/local/www/wsgi-scripts/Web6S/web6s.wsgi'.
[Mon Mar 03 09:45:00.409226 2014] [core:info] [pid 17674] [client 82.25.184.186:65505] AH00128: File does not exist: /var/www/htdocs/favicon.ico
### WSGI for Web6S app
WSGIScriptAlias /web6s /usr/local/www/wsgi-scripts/Web6S/web6s.wsgi
<Directory /usr/local/www/wsgi-scripts/Web6S>
WSGIApplicationGroup %{GLOBAL}
AllowOverride None
Require all granted
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment