mod_wsgi: Warn that installing in verbose mode fails.
For some reason, "brew install -v mod_wsgi" fails, but non-verbose installs succeed.master
parent
12459f5f93
commit
914b7064db
|
@ -7,6 +7,10 @@ class ModWsgi <Formula
|
|||
|
||||
def caveats
|
||||
<<-EOS.undent
|
||||
NOTE: "brew install -v mod_wsgi" will fail! You must install
|
||||
in non-verbose mode for this to succeed. Patches to fix this
|
||||
are welcome (and should be sent upstream too.)
|
||||
|
||||
* You must manually edit /etc/apache2/httpd.conf to load
|
||||
#{libexec}/mod_wsgi.so
|
||||
|
||||
|
|
Loading…
Reference in New Issue