CentOS Server Set Up - Installing Apache
1. Installing Apache
yum install httpd
2. Configure system to start Apache at boot time
chkconfig --levels 235 httpd on
3. Start Apache
/etc/init.d/httpd start
4. Test
Now direct your browser to http://localhost
5. To access it from another computer
Use machine ip address
Ensure firewall is open
- Manager's blog
- Log in or register to post comments