Last active
August 29, 2015 14:05
-
-
Save jonathanmtran/d1d79b315d36305c2de0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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