CentOS: install Apache2

Trabla: CentOS: install Apache2



CentOS Linux install Apache2 web server


Solving:

1. Install Apache2 CentOS package:
yum -y 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. Open browser , goto your server IP  e.g. http://<YOUR_IP>
 - you should see default start page

No comments:

Post a Comment