mod_python - change download url
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
d96dc68b9a
commit
acab16a450
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue