
LAMP Server on Centos/RHEL 6.X
Step 1: Install Apache
# yum -y install httpd httpd-devel
Start httpd Service
#/etc/init.d/httpd start
Edit httpd.conf file
# vi /etc/httpd/conf/httpd.conf
### Just Add this Line
#ServerName www.example.com:80
ServerName (ip...