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 MoreAuthor: HR-ADMIN
White-Label Reseller Hosting
White-Label Reseller Hosting White-Label Reseller Program lets you rebrand our reseller package which gives you freedom to establish your identity and business. You don’t have to invest your time, money or resources to set up the infrastructure/server/security or install applications. Most important thing is Whitelable reseller package keep you away from the technical headache, all […]
See MoreEnable remote MySQL on VPS
Some time its necessary to enable the remote mysql connection to make changes on the server database remotely, If you are connecting to MySQL remotely, you will have to enable MySQL to listen on the public interface of your droplet as well as the loopback. Typically, this is done in “/etc/mysql/my.cnf” by changing the line […]
See More
You must be logged in to post a comment.