Guest User

Untitled

a guest
May 27th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. WSGIDaemonProcess APPNAME user=apache group=apache threads=5
  2. WSGIScriptAlias / /var/www/app-server/APPNAME.wsgi
  3.  
  4. <Directory /var/www/app-server>
  5. WSGIProcessGroup APPNAME
  6. WSGIApplicationGroup %{GLOBAL}
  7. WSGIScriptReloading On
  8. Require all granted
  9. </Directory>
Add Comment
Please, Sign In to add comment