Skip to content

Instantly share code, notes, and snippets.

@matrix303
Created February 21, 2020 19:24
Show Gist options
  • Save matrix303/9f7475cbca3ed51612291539d430974e to your computer and use it in GitHub Desktop.
Save matrix303/9f7475cbca3ed51612291539d430974e to your computer and use it in GitHub Desktop.
Apache #hosting
v host file
/usr/local/etc/httpd/extra/httpd-vhosts.conf
start apache
sudo apachectl start
start wsgi
mod_wsgi-express start-server app.wsgi
start wsgi nohup
nohup mod_wsgi-express start-server app.wsgi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment