From 025c2aebc1d1a065396fce87bcf9292404efad92 Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Fri, 18 Oct 2013 17:03:27 -0500 Subject: [PATCH] Forgot an Apache module: proxy_http. Without this module, Apache doesn't know how to proxy HTTP requests. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 482b30074..93b8da5e5 100644 --- a/Makefile +++ b/Makefile @@ -104,4 +104,5 @@ apache-ssl: a2enmod ssl a2enmod rewrite a2enmod proxy + a2enmod proxy_http service apache2 restart