Install Apache Server in Terminal CentOS

 yum install httpd

Check Status of Apache Server

/etc/init.d/httpd status

Start Apache Server

/etc/init.d/httpd start

Start MySQL Terminal

/etc/init.d/service mysqld start

Check Status of MySQL

/etc/init.d/service mysqld status

One thought on “How to install apache in CentOS Terminal

  1. Pingback: How to install apache in CentOS Terminal « Rajiv Pandit

Leave a reply