aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-16 12:26:46 -0700
committerAdam Vandenberg2010-06-16 12:26:46 -0700
commit4dd126f389b9e2ba093acff8199cf9ddda7be617 (patch)
treeb42a63befdb808e77da565bdcd4ea456106763b9 /Library
parent3eaa73a26d48502eea2ff313c00135c9bec7de3a (diff)
downloadhomebrew-4dd126f389b9e2ba093acff8199cf9ddda7be617.tar.bz2
mod_python: Reword caveats and add deprecation warning.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mod_python.rb9
1 files changed, 8 insertions, 1 deletions
diff --git a/Library/Formula/mod_python.rb b/Library/Formula/mod_python.rb
index ea7b3093a..cd4c79db4 100644
--- a/Library/Formula/mod_python.rb
+++ b/Library/Formula/mod_python.rb
@@ -6,7 +6,14 @@ class ModPython <Formula
md5 'a3b0150176b726bd2833dac3a7837dc5'
def caveats
- " * You must manually edit /etc/apache2/httpd.conf to load mod_python.so"
+ <<-EOS.undent
+ To use mod_python, you must manually edit /etc/apache2/httpd.conf to load:
+ #{libexec}/mod_python.so
+
+ Note also that mod_python is deprecated, with mod_wsgi the recommended
+ replacement. See:
+ http://blog.dscpl.com.au/2010/05/modpython-project-soon-to-be-officially.html
+ EOS
end
def patches