]> git.pld-linux.org Git - packages/apache-mod_python.git/blobdiff - apache-mod_python.conf
- release 21 (by relup.sh)
[packages/apache-mod_python.git] / apache-mod_python.conf
index c0abb0d5ed5dd9df9f446b8d9c5de4243b3a619b..be0b90159986d65b3b4d89015607953efee576e2 100644 (file)
@@ -1,3 +1,11 @@
-# $Id$
-LoadModule python_module       modules/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.045802 seconds and 4 git commands to generate.