mod_python - change download url

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Scott Michael 2011-02-26 15:23:13 -05:00 committed by Adam Vandenberg
parent d96dc68b9a
commit acab16a450

View file

@ -1,7 +1,7 @@
require 'formula'
class ModPython <Formula
url 'http://www.ibiblio.org/pub/mirrors/apache/httpd/modpython/mod_python-3.3.1.tgz'
url 'http://archive.apache.org/dist/httpd/modpython/mod_python-3.3.1.tgz'
homepage 'http://www.modpython.org/'
md5 'a3b0150176b726bd2833dac3a7837dc5'
@ -10,9 +10,10 @@ class ModPython <Formula
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:
NOTE: mod_python is deprecated. See:
http://blog.dscpl.com.au/2010/05/modpython-project-soon-to-be-officially.html
mod_wsgi is the suggested replacement.
EOS
end