mod_python: Reword caveats and add deprecation warning.

master
Adam Vandenberg 2010-06-16 12:26:46 -07:00
parent dce3bf087a
commit 1c94abb506
1 changed files with 8 additions and 1 deletions

View File

@ -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