summaryrefslogtreecommitdiff
path: root/mod_python.conf
diff options
context:
space:
mode:
authorrichard <devnull@localhost>2006-07-07 15:28:24 +0000
committerrichard <devnull@localhost>2006-07-07 15:28:24 +0000
commit6d1c8d3d6607aa3190490586586dc2548aba22fd (patch)
tree6c5e5a9c579e2e8171af3cc7bc24a8ba2a466f9f /mod_python.conf
parentc36a3c2dc4995f0fffd98f7355ad79b55e1ce8f7 (diff)
downloaddecorator-6d1c8d3d6607aa3190490586586dc2548aba22fd.tar.gz
mod_python support
Diffstat (limited to 'mod_python.conf')
-rw-r--r--mod_python.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/mod_python.conf b/mod_python.conf
new file mode 100644
index 0000000..2324bf5
--- /dev/null
+++ b/mod_python.conf
@@ -0,0 +1,6 @@
+<Location /pypi>
+SetHandler mod_python
+PythonPath "['/var/www/cheeseshop']+sys.path"
+PythonHandler pypi::handle
+PythonDebug On
+</Location>