]> git.pld-linux.org Git - packages/apache-mod_python.git/blobdiff - apache-mod_python.conf
- fix install with current python dirs layout
[packages/apache-mod_python.git] / apache-mod_python.conf
index 788cfcb830b5db1786899e541fe49db0f277b0bf..be0b90159986d65b3b4d89015607953efee576e2 100644 (file)
@@ -1,3 +1,11 @@
-# $Id$
-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.028774 seconds and 4 git commands to generate.