diff options
Diffstat (limited to 'mod_python.conf')
| -rw-r--r-- | mod_python.conf | 6 |
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> |
