]> git.pld-linux.org Git - packages/apache-mod_python.git/blame_incremental - apache-mod_python3.conf
- release 26 (by relup.sh)
[packages/apache-mod_python.git] / apache-mod_python3.conf
... / ...
CommitLineData
1LoadModule python_module modules/mod_python3.so
2
3#<Location /wsgiapps>
4# PythonHandler mod_python.wsgi
5# PythonOption mod_python.wsgi.application mysite.wsgi
6# or
7# PythonOption mod_python.wsgi.application mysite.wsgi::my_application
8# PythonPath "sys.path+['/path/to/mysite']"
9#</Location>
10
11# vim: filetype=apache ts=4 sw=4 et
This page took 0.026782 seconds and 4 git commands to generate.