November 13

install mod_cloudflare on apache 2.4

1.
bash < (curl -s https://raw.githubusercontent.com/cloudflare/mod_cloudflare/master/EasyApache/installer.sh)

2.
yum install -y ea-apache24-devel.x86_64 ea-apache24-debuginfo.x86_64

3.
wget https://www.cloudflare.com/static/misc/mod_cloudflare/mod_cloudflare.c

4.
apxs -a -i -c mod_cloudflare.c

5.
service httpd restart


Copyright 2021. All rights reserved.

Posted 13 November 2016 by admin in category "simple memo

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.