diff options
Diffstat (limited to 'Library/Formula')
| -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 |
