Friday, July 27, 2012

Apache configuration (httpd.conf) checking

October 4, 2009 by  
Filed under General

Many times you may experience apache failing only due to misconfiguration of apache configuration file (httpd.conf or apache.conf or apache2.conf). It is hard to manually check specially when the length of file is long specially due to many virtual hosts. However, we are blessed by an automatic syntax checking tool ported with apache. To check [...]

Updating Apache using Cpanel EasyApache

October 3, 2009 by  
Filed under cPanel

EasyApache is a pre configured script that allows you to easily update Apache Web server through WHM or SSH. In this tutorial we will show you how to update apache using SSH /scripts/easyapache. Requirements: Root SSH access to your server Login as root through SSH. 1) Login to your server and su – to root. [...]