add a2enmod proxy_http to apache setup
This commit is contained in:
parent
253125e3c6
commit
772d1c7ea2
1 changed files with 1 additions and 0 deletions
1
README
1
README
|
@ -120,6 +120,7 @@ a) nginx (recommended)
|
||||||
b) apache2 (if you need it for other sites on the same server)
|
b) apache2 (if you need it for other sites on the same server)
|
||||||
apt-get install apache2-mpm-prefork libapache2-mod-xsendfile
|
apt-get install apache2-mpm-prefork libapache2-mod-xsendfile
|
||||||
a2enmod xsendfile
|
a2enmod xsendfile
|
||||||
|
a2enmod proxy_http
|
||||||
cp /srv/pandora/etc/apache2/pandora.conf /etc/apache2/sites-available/pandora.conf
|
cp /srv/pandora/etc/apache2/pandora.conf /etc/apache2/sites-available/pandora.conf
|
||||||
a2ensite pandora
|
a2ensite pandora
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue