]> git.pld-linux.org Git - packages/apache-mod_python.git/blobdiff - apache-mod_python.conf
- rel 2
[packages/apache-mod_python.git] / apache-mod_python.conf
index fe27c2192261c23286a7d157e8cfc400b348249d..be0b90159986d65b3b4d89015607953efee576e2 100644 (file)
@@ -1 +1,11 @@
-LoadModule python_module /usr/lib/apache/mod_python.so
+LoadModule python_module       modules/mod_python.so
+
+#<Location /wsgiapps>
+#    PythonHandler mod_python.wsgi
+#    PythonOption mod_python.wsgi.application mysite.wsgi
+# or
+#    PythonOption mod_python.wsgi.application mysite.wsgi::my_application
+#    PythonPath "sys.path+['/path/to/mysite']"
+#</Location>
+
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.048852 seconds and 4 git commands to generate.