Created
March 3, 2014 09:49
-
-
Save robintw/9321653 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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