Skip to content

Instantly share code, notes, and snippets.

@okn3
Created October 16, 2015 06:02
Show Gist options
  • Select an option

  • Save okn3/7efc5647654b6a9d4134 to your computer and use it in GitHub Desktop.

Select an option

Save okn3/7efc5647654b6a9d4134 to your computer and use it in GitHub Desktop.
mod_wsgi設定
# 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
@okn3
Copy link
Author

okn3 commented Oct 16, 2015

/etc/apaches2/000-default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment