Configure Apache Services on SUSE Linux Enterprise Server 11

Apache is actually "a PATCHy server". It was based on some existing code and a series of "patch files" made to original NCSA server. For many people this name brings the same meaning / feeling / spirit of the Native American Indian tribe of Apache, well-known for their superior skills in warfare strategy and inexhaustible endurance. Required Packages Apache2-2.2.10-2.18 Apache2-utils-2.2.10-2.18 Check apache software install on your machine through this command #rpm –qa |grep apache. Configuration Apache configuration file is /etc/apache2/httpd.conf. This file is divided into three main sections. 1. Global Environment 2. Main configuration 3. Virtual Host Configuration In section 1, only the directive Listen needs to be set. To change the Listen directive you need to configure listen.conf file that is located in /etc/apache2. Open listen.conf file in vi editor # vi /etc/apache2/listen.conf listen.conf tells the Apache server, on which IP and port to lis...