summaryrefslogtreecommitdiff
path: root/www/mod_python3/pkg-message
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-10-10 17:58:00 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-10-10 17:58:00 +0000
commit47ac56be82c72f83caff34ce4ac8f8e71bf8065a (patch)
tree9b024a0a3e5f7e9ea25f8a10c704c6fa17bdc4f1 /www/mod_python3/pkg-message
parenta7b4667654401c6cff9093ae6ebd74c74d6776ac (diff)
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/.
-
-================================================================================