Created
September 1, 2015 06:35
-
-
Save nad2000/f912f627995340de0623 to your computer and use it in GitHub Desktop.
how to configure Apache 2.x with 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
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