Control Web Panel

WebPanel => Apache => Topic started by: djingibi on October 15, 2016, 09:14:34 PM

Title: Activate mod_cloudflare in Apache
Post by: djingibi on October 15, 2016, 09:14:34 PM
After couple of hours I find a solution.

1) yum install httpd-devel libtool git

2) git clone https://github.com/cloudflare/mod_cloudflare.git

3) cd mod_cloudflare

4) /usr/local/apache/bin/apxs -a -i -c mod_cloudflare.c

5) service httpd restart
Title: Re: Activate mod_cloudflare in Apache
Post by: Dan11 on October 19, 2016, 03:21:33 PM
Thanks, I was looking for this.  ;)
Title: Re: Activate mod_cloudflare in Apache
Post by: robbyq on October 22, 2016, 09:43:58 AM
Can one admin add that for mods? in future in cwp?
Title: Re: Activate mod_cloudflare in Apache
Post by: cazzone on December 02, 2016, 07:22:08 PM
For me not work, module result installed But the $_SERVER['REMOTE_ADDR'] return IP of CloudFlare
Title: Re: Activate mod_cloudflare in Apache
Post by: cazzone on December 03, 2016, 09:27:57 AM
olved with CloudFlareRemoteIPTrustedProxy 127.0.0.1 on apache config =)
Title: Re: Activate mod_cloudflare in Apache
Post by: djingibi on February 10, 2019, 10:00:57 PM
Do not forget to add to apache config file (/usr/local/apache/conf/httpd.conf)

this line:

CloudflareRemoteIPTrustedProxy 123.123.123.123

Replace "123.123.123.123" with your server's IP.
Title: Re: Activate mod_cloudflare in Apache
Post by: Adak on May 20, 2019, 11:06:04 AM
        Protected multilib versions: apr-1.3.9-5.el6_9.1.i686 != apr-1.6.2-1.x86_64
error: Protected multilib versions: apr-util-1.3.9-3.el6_0.1.i686 != apr-util-1.6.0-1.x86_64
Title: Re: Activate mod_cloudflare in Apache
Post by: Igor S. on May 22, 2019, 05:44:53 PM
Quote
yum install httpd-devel libtool git

This is a bad way. You can't install httpd via yum. ;)