MilesWeb Hosting Forum

Web Hosting Technical Support => How To's => Topic started by: saurabhj on August 27, 2015, 08:08:47 PM

Title: How do I check if mod_cloudflare is installed on the server?
Post by: saurabhj on August 27, 2015, 08:08:47 PM
You can perform the following command which checks if the file exists on the current server:

Quote#find / -name ModCloudflare.pm


You should be able to get output like below:

QuoteOutput   :   /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy/ModCloudflare.pm
Title: Re: How do I check if mod_cloudflare is installed on the server?
Post by: Administrator on January 11, 2016, 04:37:18 PM
Alternatively, you can use the command below to check if cloudflare module is installed OR not.

Quote#httpd -M|grep cloudflare