aboutsummaryrefslogtreecommitdiff
path: root/www/mod_python3/pkg-message
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:27 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:27 +0000
commit306a0595289a1660e82e229cd0db19e1ff4ef59d (patch)
tree702199d3b5e34c9ba151483313d8c26565451c75 /www/mod_python3/pkg-message
parent280725774faa4e3d91ff599cca3a1466c77d300e (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_1'.release/4.6.1
Diffstat (limited to 'www/mod_python3/pkg-message')
-rw-r--r--www/mod_python3/pkg-message15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/mod_python3/pkg-message b/www/mod_python3/pkg-message
deleted file mode 100644
index 64fe01bba1c4..000000000000
--- a/www/mod_python3/pkg-message
+++ /dev/null
@@ -1,15 +0,0 @@
-================================================================================
-
-Also remember to add to your Apache configuration in the appropriate context:
-
-PythonPath "['/path/to/foo', '/path/to/bar']"
-AddHandler python-program .py
-PythonHandler foobar
-PythonDebug On
-
-Where PythonPath includes the paths to at least the Python libdir, its
-site-packages dir, and to the dir where your Python programs are. Also consider
-including the dir to mod_python if your Python distribution is installed in a
-non-standard location. For more information, see http://www.modpython.org/.
-
-================================================================================