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 […]
Posts by seemab:
Error “Missing owner for domain X, force lookup to root”
While rebuilding the Apache conf returns the following non-fatal error: 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 : and add this line to the end of the file: Then again run the following command : /scripts/rebuildhttpdconf and the “error” […]
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: 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 complete run a cPanel update: /scripts/upcp –force […]
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: 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 […]
Setting Bandwidth usage alert in cPanel
This setting allows you to specify whether the server delivers notice e-mails to accounts that approach their bandwidth limits. This setting defaults to Off You can inform the customers those were nearing bandwidth limit through mail. To set up this option, Login to your WHM Simply select the “Tweak Settings” weblink under “Server configuration”. Within the“Mail” […]
How to clear cPanel default email account
cPanel by standard makes an e-mail account same as cPanel’s username. It is not possible to remove this e-mail account and it may be used by cPanel internally. Mail in your default account is stored in the two subdirectories named “cur” and “new You may find it in /home/username/mail/ If you want to remove all the […]
How to Disable magic quotes Joomla – Linux Server –
We can disable magic quotes in joomla by editing the php.ini file. Your default php.ini file exists for each cPanel account in public_html folder. To edit the magic_quotes settings, you will first need to open your cPanel, navigate to the public_html folder using the File Manager, and then edit the php.ini file. You can disable magic quotes in joomla […]