Check apache for mod_cloudflare

Post Reply
lukapaunovic
Junior Member
Posts: 8
Joined: 01 Aug 2013, 13:42

Check apache for mod_cloudflare

Post by lukapaunovic »

Check apache for mod_cloudflare in Check Server Security false reporting module not installed because module changed it's name from mod_cloudflare to cloudflare_module

Code: Select all

[root@server ~]# httpd -M | grep flare
 cloudflare_module (shared)
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Re: Check apache for mod_cloudflare

Post by ForumAdmin »

I don't know what you are reporting here. The csf Server Check already looks for cloudflare_module in the httpd -M output and reports it accordingly.
lukapaunovic
Junior Member
Posts: 8
Joined: 01 Aug 2013, 13:42

Re: Check apache for mod_cloudflare

Post by lukapaunovic »

Well when i run server check it says i do not have it
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Re: Check apache for mod_cloudflare

Post by ForumAdmin »

What is the path to the httpd binary that you are running?:

Code: Select all

which -a httpd
What control panel, if any, are you using?
What version of Apache is it?
Post Reply