An introduction to Web hosting control panels! Are you a beginner in web-hosting field? Then, you must have a basic knowledge about different control panels available around you to manage your business. Here I am listing the web-hosting control panels…
Plesk
How to find and stop spamming in Qmail server?
Identify spamming and take necessary actions!! How to find and stop spamming in Qmail server? Here I’m explaining you in some simple steps about how we can find the spamming in a Qmail server. Basically Plesk support two MTAs since…
How to upgrade MySQL from 5.1 to 5.5 in Plesk server?
We all are familiar with the control panel Plesk. It’s one of the commonly using web hosting control panel in hosting industry. Plesk works on both Linux and Windows platform. In this blog post we discuss about the steps to…
How to schedule automatic backup on server with Plesk control panel
There is an option in Plesk control panel to take the full back of the server. Mainly three backup period options are available in the Plesk panel daily, weekly and monthly. You can simply schedule the backup by following the…
Important log files for Plesk server – Apache, Domain, Named, MySQL, Mail, access and Error log location for Plesk server
It’s very essential to know the log file location for trouble-shooting. Here I am explaining the log file location in Plesk servers. Apache log location on Plesk /var/log/httpd/access_log /var/log/httpd/error_log Suexec log location in Plesk /var/log/httpd/suexec_log Domain specific logs /var/www/vhosts/domain.com/logs/error_log /var/www/vhosts/domain.com/logs/access_log…
How to access MySQL without knowing its password in a Plesk server
Here I am explaining how you can access MySQL without knowing its password in a Plesk server. # mysql -uadmin -p`cat /etc/psa/.psa.shadow` The above command is used to access MySQL without prompting for a password. In case, if you need…
How to enable directory listing for a domain in a plesk server
On accessing a subdomain, it’s gettting redirected to default Apache test page. Upon checking the webroot folder for the subdomain, index file was missing. Upon uploading an index file it worked perfectly. However, I need to enable directory listing for…