- sudo yum install httpd
- sudo chkconfig httpd on (run on startup)
- /etc/init.d/httpd start (start service now)
- netstat -tulpn | grep :80 (verify)
-t tcp
-u udp
-l listening
-p program
-n numeric
And the Apache config file is here:
/etc/httpd/conf/httpd.conf
No comments:
Post a Comment