Enable gzip on Apache
Make sure the deflate module is enabled: sudo a2enmod deflate then add the following to your vhoste file: AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html »
Make sure the deflate module is enabled: sudo a2enmod deflate then add the following to your vhoste file: AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html »
Set up proxy Install build essentials then: aptitude install -y libapache2-mod-proxy-html libxml2-dev Enable apache modules: a2enmod Then it will ask you for the names of the »