
How can you have a page which would show you apache status?
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 …

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 …

Open following file in your favorite editor: CATALINA_HOME/conf/tomcat-users.xml or /usr/local/jakarta/jakarta-tomcat-4.1.31/cinf/tomcat-users.xml Append the following line at second last line: <user name=”Username” password=”secret” roles=”admin,manager”> Restart tomcat. You …