Skip to content

Instantly share code, notes, and snippets.

@nad2000
Created September 1, 2015 06:35
Show Gist options
  • Save nad2000/f912f627995340de0623 to your computer and use it in GitHub Desktop.
Save nad2000/f912f627995340de0623 to your computer and use it in GitHub Desktop.
how to configure Apache 2.x with mod_wsgi
LoadModule wsgi_module modules/mod_wsgi.so
WSGIScriptAlias /myapp /opt/tms/lib/web/PA/myapp.wsgi
<Directory /opt/tms/lib/web/PA>
Order allow,deny
Allow from all
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment