The default document root directory of Apache is discussed in this article.If you’re searching for it, type the following command to locate Apache’s default doc root: grep -i dir_docroot /etc/cpanel/ea4/paths.confdir_docroot=/var/www/html…
Tag: Apache server
Discover Steps to Sync Two Apache Web Servers Using Rsync
November 18, 2015 / Apache Web serverDo you have a mirrored server of your current server to take the backup when it fails? No, then you need to have a mirror of your web server which…
By using the below steps you can easily install Apache on a Dedicated server :- http://httpd.apache.org/download.cgi #cd /usr/local/src #wget http://mirrors.24-7-solutions.net/pub/apache/httpd/httpd-2.2.8.tar.gz #tar -xzvf httpd-2.2.8.tar.gz #cd httpd-2.2.8.tar.gz #./configure –prefix=/usr/local/apache # make /compile…