SPDY Install / update script for Debian / Ubuntu
cd /root rm mod-spdy-beta_current_amd64.deb wget https://dl-ssl.google.com/dl/linux/direct/mod-spdy-beta_current_amd64.deb dpkg -i mod-spdy-*.deb apt-get -f install /etc/init.d/apache2 restart
cd /root rm mod-spdy-beta_current_amd64.deb wget https://dl-ssl.google.com/dl/linux/direct/mod-spdy-beta_current_amd64.deb dpkg -i mod-spdy-*.deb apt-get -f install /etc/init.d/apache2 restart
Ever thought about automatically compressing and optimizing whitespace, CSS, JS, tracking scripts, etc.pp. without the need to write and NGINX-wire your own program? The good news is: PageSpeed does all for you. It’s able to leave a defined ratio of all requests untouched, e.g. 50/50. So even search enginges would Read more…
WordPress didn’t make use of the X-Forwarded-For header in my case, so votes/comments were logged with the local IP instead the remote IP. The header field REMOTE_ADDR was set to the local IP of the webserver node behind the reverse proxy. To get the real remote address of the calling Read more…