Excellent article. Saved me a ton of time. An alternative way of installing apache on distros that have yum:
yum install httpd yum install mod_ssl yum install httpd-devel chkconfig httpd on /etc/init.d/httpd start
.. default install location is then /etc/httpd
Excellent article. Saved me a ton of time. An alternative way of installing apache on distros that have yum:
yum install httpd
yum install mod_ssl
yum install httpd-devel
chkconfig httpd on
/etc/init.d/httpd start
.. default install location is then /etc/httpd