Easyapache is fails and apache doesn’t start

Sometimes when we rebuild apache its fails with below error : ============================================================= Updating Apache configuration Updating Apache configuration Distilled successfully !! Executing ‘/scripts/initsslhttpd’ !! !! Executing ‘/scripts/update_apachectl’ !! !! Restarting ‘httpd’ … !! !! Failed to restart Apache. !! !! Apache restart failed. Unable to load pid from pid file and no httpd process found […]

See More

Adding/increasing sending limits for Qmail

  Run the following commands to get it done(Increase the Value according to your need) echo “120” > /var/qmail/control/timeoutremote echo “120” > /var/qmail/control/timeoutsmtpd echo “40” > /var/qmail/control/concurrencyremote The default timeouts are set to 20 minutes, or 1200 seconds. So if the mail server on the other end is not responding, the outgoing email stays in […]

See More

Allowing SFTP access in Plesk 9

Login as Admin into the plesk :   Go to Plesk Click on the domainname.com for which you want to enable SFTP Click on “Web Hosting Settings” Where you will see ‘Shell access to server with’ FTP user’s set it to credentials to “/bin/bash”   And you are Done.  

See More