Install Apache, PHP5 And MySQL Support On CentOS 6.5 Server

Install Apache, PHP5 And MySQL Support On CentOS 6.5   Apache is available as a CentOS package, therefore we can install it like this: #yum -y install httpd Now configure your system to start Apache at boot time… #chkconfig –levels 235 httpd on and now start Apache: #/etc/init.d/httpd start To install MySQL, we do this: […]

See More