MilesWeb Hosting Forum
Web Hosting Technical Support => How To's => Topic started 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:
#find / -name ModCloudflare.pm
You should be able to get output like below:
Output : /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy/ModCloudflare.pm
-
Alternatively, you can use the command below to check if cloudflare module is installed OR not.
#httpd -M|grep cloudflare