summaryrefslogtreecommitdiff
path: root/www/mod_python3/pkg-message
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-11-15 14:09:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-11-15 14:09:37 +0000
commitc4c57226a78c9010b26ad28ec035d40b30279bbb (patch)
tree9396139aeb21eff7692cc8bebd5b9afce5600973 /www/mod_python3/pkg-message
parentFix pkg-plist breakage on systems with perl < 5.6.0. (diff)
Update to 2.6.3.
PR: 22850 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=35167
Diffstat (limited to 'www/mod_python3/pkg-message')
-rw-r--r--www/mod_python3/pkg-message15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/mod_python3/pkg-message b/www/mod_python3/pkg-message
new file mode 100644
index 000000000000..64fe01bba1c4
--- /dev/null
+++ b/www/mod_python3/pkg-message
@@ -0,0 +1,15 @@
+================================================================================
+
+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/.
+
+================================================================================