Created
October 16, 2015 06:02
-
-
Save okn3/7efc5647654b6a9d4134 to your computer and use it in GitHub Desktop.
mod_wsgi設定
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
| # mod_wsgi config | |
| WSGIDaemonProcess @@@@@ user=www-data group=www-data processes=1 threads=5 | |
| WSGIScriptAlias /@@@@ /var/www/@@@@/adapter.wsgi | |
| <Directory /var/www/@@@@> | |
| WSGIProcessGroup @@@@ | |
| WSGIApplicationGroup %{GLOBAL} | |
| Order deny,allow | |
| Allow from all | |
| </Directory> | |
| ErrorLog ${APACHE_LOG_DIR}/error.log |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/etc/apaches2/000-default