Forgot an Apache module: proxy_http.

Without this module, Apache doesn't know how to proxy HTTP requests.
This commit is contained in:
Nick Daly 2013-10-18 17:03:27 -05:00
parent d84150b103
commit 025c2aebc1

View File

@ -104,4 +104,5 @@ apache-ssl:
a2enmod ssl
a2enmod rewrite
a2enmod proxy
a2enmod proxy_http
service apache2 restart