From 772d1c7ea2a9d6a045bc62b9d1af1d96a3040159 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 28 Mar 2015 19:08:32 +0100 Subject: [PATCH] add a2enmod proxy_http to apache setup --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 3c3f7e10..bbb27cce 100644 --- a/README +++ b/README @@ -120,6 +120,7 @@ a) nginx (recommended) b) apache2 (if you need it for other sites on the same server) apt-get install apache2-mpm-prefork libapache2-mod-xsendfile a2enmod xsendfile + a2enmod proxy_http cp /srv/pandora/etc/apache2/pandora.conf /etc/apache2/sites-available/pandora.conf a2ensite pandora