First we need to make sure that Perl is installed on the server # sudo yum install perl After installing perl we need to take one more preliminary step. cPanel is very picky about making sure that server that it…
Category: cPanel
cPanel Error for Install for OWASP ModSecurity Core Rule Set V3.0
Recently encountered an error. going to Home >> Security Center >> ModSecurity >> Vendors and clicking Install. However I’m getting the following error messages: Error:The system experienced the following error when it attempted to install the ?OWASP ModSecurity Core Rule…
How to Edit Your php.ini File on cPanel
On systems that run EasyApache 3, the /usr/local/lib/ directory contains your server’s php.ini file. On systems that run EasyApache 4, multiple php.ini and local.ini files manage your system’s PHP. Each version of PHP on your systems uses its own php.ini…
Warning: cPanel is unable to verify that this server is an authoritative nameserver
When trying to add DKIM and SPF records to my domain and I’m getting the error “Warning: cPanel is unable to verify that this server is an authoritative nameserver for domain.com” Warning: cPanel is unable to verify that this server…
How to enable Xcache in cPanel
How to enable Xcache in cPanel to speed up website? Xcache can be enabled in cPanel by using Easy Apache. Log into your cPanel server. After you login, search for “EasyApache” in left column and click on the link. Select…
Cpanel on Cloudflare looks weird
The issue is that cpanel from the https://domain.com:2083 looks like its missing css or files… Symptom: You try to access your cPanel behind CloudFlare and are finding that on the first page load that no images (or stylesheets or javascript)…
File open for /home/influx/etc/influxentrepreneur.info/passwd failed with error Permission denied
chown influx etc/influxentrepreneur.info/quota chown influx etc/influxentrepreneur.info/shadow chown influx etc/influxentrepreneur.info
Cpanel ftp error – The data connection could not be established: ECONNREFUSED – Connection refused by server
# nano /etc/pure-ftpd.conf # Port range for passive connections replies. – for firewalling. PassivePortRange 50000 51000 Restart xinetd Source: https://documentation.cpanel.net/display/CKB/How+to+Enable+FTP+Passive+Mode#HowtoEnableFTPPassiveMode-Passive
Php 4 on cpanel
Here are a few articles that mention it: https://documentation.cpanel.net/display/EA/Custom+Modules https://forums.cpanel.net/threads/how-to-easy-php4-php5-side-by-side-after-removal-of-php4-from-easyapache.304942/ The End of PHP 4 https://www.siteground.com/kb/how_to_have_different_php__mysql_versions/ You can set the handler for the site using a .htaccess file in the domains webroot with the following contents: Code: AddHandler application/x-httpd-php4 .php…
Percona with cPanel: libmysqlclient.so.18: cannot open shared object file
A recent Percona upgrade caused problems with PHP on some cPanel servers. The name of the libmysqlclient library was changed without keeping a symlink to the original name, which caused PHP to throw errors, and EasyApache not compiling successfully. Running…