클라우드 플레어를 사용하면 아파치 로그에 클라우드 플레어 서버 IP가 남게 된다.
이를 실제 방문자의 IP를 남기는 방법이다.
1. 설치를 위한 준비
sudo yum install httpd-devel libtool git
2. mod_cloudflare 설치
git clone https://github.com/cloudflare/mod_cloudflare.git && cd mod_cloudflare
3. apxs를 이용하여 모듈 추가
apxs -a -i -c mod_cloudflare.c
4. 아파치 재시작
service httpd restart && httpd -M|grep cloudflare