Cloudflare - Installation on cPanel Servers
Hello,
I tried to install cloudflare module on cpanel following the technical resource at their website.
After installation and restarting Apache I get the following error.
AH01574: module version_module is already loaded, skipping
httpd: Syntax error on line 263 of /etc/apache2/conf/httpd.conf: Syntax error on line 1 of /etc/apache2/conf.d/cloudflare.conf: Cannot load /usr/lib64/apache2/modules/mod_cloudflare.so into server: undefined symbol: ap_log_rerror
[FAILED]
After commenting line 263 in httpd.conf i was able to start Apache.
Line 263 : Include "/etc/apache2/conf.d/*.conf"
How do I solve this issue??
Regards
Sanjay Narayan
-
Further to add... I guess mod_cloudflare is not loaded hence the issue. Does anyone know if this is caused by any missing dependency modules? Rgds/Sanjay 0 -
Hello @Sanjay Narayan What method did you use to install the mod_cloudflare plugin? Using the steps described in their documentation I was able to install it without issue on my CentOS7 server using EasyApache 4 with their Option 2 # wget https://raw.githubusercontent.com/cloudflare/mod_cloudflare/master/EasyApache/installer.sh # bash installer.sh
You can find the instructions here:0
Please sign in to leave a comment.
Comments
2 comments