Thursday, September 22, 2011

Installing Apache2 on linux


--ref:  http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-fedora-12-lamp-p2
---
 yum install httpd
--Now, start the Apache/httpd
 chkconfig httpd on
 /etc/init.d/httpd start

No comments:

Post a Comment