Apache
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
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…