To verify httpd installed or not rpm -qa httpd (will display the package details if available) ex: httpd-2.2.15-29.el6_4.x86_64 Default Paths /usr/sbin/httpd command path /etc/httpd httpd...
Apache can be made to listen to a particular port/ip address using Listen directive. Syntax : Listen [IP_Address:]Port Examples : Listen 0.0.0.0:80 Listen 80 Listen...