
How to Start, Stop and Restart Services on Linux Dedicated Server?
There are two ways through which you can start, stop and restart any desired service: How to start a service :- First Method: /etc/init.d/service-name start …

There are two ways through which you can start, stop and restart any desired service: How to start a service :- First Method: /etc/init.d/service-name start …

You can also check and monitor Apache server’s current status on the web page without using log files. Modify httpd.conf file and add the following …

passwd: Authentication token manipulation error At times, a user may find themselves unable to update their password via cPanel. If your attempt to change the …

Check the current version of apache by running httpd –v Then execute the following commands: cd /usr/local/directadmin/customapache ./build clean ./build update ./build apache_mod_ssl This should …

List of Linux Log Files The following is a list of commonly found log files within Linux, alongside a short description of what kind of …

If you are creating a cpanel account for a domain , lets say abc.com and after filling Up all the details ,required to create a …

Many a times we receive the error ‘Maximum file limit has been reached’, in that case, please Refer the following steps to get it fixed:- …

Always recommended that you should take backup MBR. It is hard disk partition table on your server. We can use dd command to take a …

If want to control all the domains, before they resolve, then that could be done by creating some symbolic links. Let’s say you have domain12.com …

You see that files with name ‘Core’ is created under your account. These core files start taking the space on your server. Core dump consists …

Fire the following command to take a backup of apache on your server: cp -a /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak Above is for Centos users For Ubuntu users …