Skip to content

Instantly share code, notes, and snippets.

@corny
Created July 28, 2014 12:05
Show Gist options
  • Save corny/0a1616d9c58133cbea32 to your computer and use it in GitHub Desktop.
Save corny/0a1616d9c58133cbea32 to your computer and use it in GitHub Desktop.
Install mod_spdy for apache2
#!/bin/sh -e
sudo apt-get -y install git-core g++ apache2 libapr1-dev libaprutil1-dev patch binutils make devscripts
git clone https://github.com/eousphoros/mod-spdy.git
cd mod-spdy/src
./build_modssl_with_npn.sh
chmod +x ./build/gyp_chromium
make BUILDTYPE=Release
cp ./out/Release/libmod_spdy.so /usr/lib/
cp mod_ssl.so /usr/lib/apache2/modules/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment