Skip to content

Instantly share code, notes, and snippets.

@evdenis
Created July 18, 2016 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evdenis/788d774220db9606aeab4e7795a463b8 to your computer and use it in GitHub Desktop.
Save evdenis/788d774220db9606aeab4e7795a463b8 to your computer and use it in GitHub Desktop.
Apache mod cloudflare installation
#!/bin/sh -x
set -e
cd /tmp
wget https://www.cloudflare.com/static/misc/mod_cloudflare/mod_cloudflare.c
apxs2 -a -i -c mod_cloudflare.c
service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment