diff options
| author | Adam Vandenberg | 2010-06-16 12:26:46 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-16 12:26:46 -0700 |
| commit | 4dd126f389b9e2ba093acff8199cf9ddda7be617 (patch) | |
| tree | b42a63befdb808e77da565bdcd4ea456106763b9 | |
| parent | 3eaa73a26d48502eea2ff313c00135c9bec7de3a (diff) | |
| download | homebrew-4dd126f389b9e2ba093acff8199cf9ddda7be617.tar.bz2 | |
mod_python: Reword caveats and add deprecation warning.
| -rw-r--r-- | Library/Formula/mod_python.rb | 9 |
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 |
