Skip to content

Instantly share code, notes, and snippets.

@jonathanmtran
Last active August 29, 2015 14:05
Show Gist options
  • Save jonathanmtran/d1d79b315d36305c2de0 to your computer and use it in GitHub Desktop.
Save jonathanmtran/d1d79b315d36305c2de0 to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo apt-get install -y git-core
cd /tmp
git clone https://github.com/ByteInternet/libapache-mod-fastcgi.git
cd libapache-mod-fastcgi
patch -p1 < debian/patches/byte-compile-against-apache24.diff
sudo /usr/local/apache2/bin/apxs -i -a -o mod_fastcgi.so -c *.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment