Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - djingibi

Pages: [1]
1
Apache / Re: Activate mod_cloudflare in Apache
« 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.

2
How to / Re: mod_cloudflare doesn't work with successful installtion!
« on: February 10, 2019, 09:59:04 PM »
I found the problem. 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.

3
Apache / Re: mod_cloudflare not work
« on: December 14, 2018, 05:10:20 PM »
Somebody know how to fix this error:

/usr/local/apache/bin/apxs -a -i -c mod_cloudflare.c
apxs:Error: /usr/bin/apu-1-config not found!.

4
Apache / Re: mod_cloudflare not work
« on: November 09, 2018, 07:19:43 PM »
I confirmed, not works.

6
PHP / Re: php 7 automatic setup sh file
« on: December 01, 2016, 06:36:30 PM »
Many many thanks. Works very well.

7
E-Mail / Re: Roundcube - Database error connection failed
« on: October 28, 2016, 03:00:29 PM »
+1

8
Apache / Activate mod_cloudflare in Apache
« 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

9
DNS Manager / Re: FreeDNS stopped
« on: April 29, 2015, 04:32:14 PM »
I have the same problem!!!

Pages: [1]