In some situation you may need to turn off php features for a particular domain. In that situation you can turn off it using the following method. Just modify the .htaccess file for the specific domain and add the following rule in the file: php_flag engine off Also you need to add the following rule […]
Category: Cpanel
Session Invalid or Expired Error while Accessing Roundcube
If you are getting the “Session invalid or expired” error whenever try to login to your webmail, […]
Error while adding an Addon domain in cPanel. (sorry the domain is already pointed to an IP address)
By using the “WHM/cPanel” you can basically handle your accounts in a server. You can make sub-domains, Addon domains, parked domains from the control panel. Here I am describing a fix for the error below while adding an Addon domain. [wpfmb type=’error’ theme=2]The domain is already pointed to an IP address that does not appear […]
How to check if a cron job has run
One of our client have configure a cron job and apparently it doesn’t seems to be working. So in this tutorial we will show you how to check your cron logs to determine if a job has run as it was scheduled. Login to your server via SSH. Once you have login run the following command to check the […]
Error “Missing owner for domain X, force lookup to root”
While rebuilding the Apache conf returns the following non-fatal error: [wpfmb type=’error’ theme=2]root@savannah [~]# /scripts/rebuildhttpdconf info [rebuildhttpdconf] Missing owner for domain savannah.tcaserversolutions.com, force lookup to root Built /usr/local/apache/conf/httpd.conf OK[/wpfmb] To fix this, you will need to modify the primary vhost template for the ‘nobody’ customer, which operates the primary hostname of your server. Edit : [wpfmb […]
Errors on /scripts/upcp: Undefined subroutine
We have set up a new VPS with nothing really done yet.We simply run a cPanel update and got the following error: [wpfmb type=’error’ theme=2]/scripts/upcp /scripts/upcp syntax OK Running Futex Check/Fix……Done Undefined subroutine &Cpanel::Update::automatic_updates_enabled called at /scripts/upcp line 273.[/wpfmb] To fix this error run the following command: wget -O /root/updatenow.static http://httpupdate.cpanel.net/cpanelsync/RELEASE/scripts/updatenow.static && perl /root/updatenow.static –manual Once […]
Disable mod security for a single domain in cPanel:
Mod_security is an Apache component that allows to secure your website from various attacks. It is used to prevent generally known exploits by use of frequent expression and rule sets and is allowed on all web servers by default. […]
Receive root login alerts
If you want to be notified every time when someone login into SSH as root.In this tutorial we will show you how to set email notification for root logins. To improve the security of your a Linux server you can set up BASH so it delivers an e-mail whenever someone logs in using the root account. This […]
Error MySQL Restart Failed : The server quit without updating PID file
So many users face difficulty due to below error: [wpfmb type=’warning’ theme=2]service mysql start Starting MySQL… ERROR! The server quit without updating PID file[/wpfmb] You can see this error while restarting MySQL server,Below are some fixes for this error. […]
How to Change root password for cPanel Server
Almost all server and account settings can be customized through cPanel’s Web Host Manager – WHM. Most website hosts using cPanel do not allow access to WHM for domains organised on a shared server. WHM accessibility is often given only to accounts hosted on dedicated solutions. If you are a SiteGround customer and your account […]