TAG | configure mysql
30
Setting up an MFA Server
0 Comments | Posted by Scott Mcintyre in SEO, System Administration
Tired of paying someone to setup your server? Want a quick way to setup thousands of domains? Read on…
I have made a quick guide on how to setup a server specifically for MFA sites from start to finish. The server will consist of,
- Web server – Apache
- Database – mySQL
- Scripting Language – PHP
- FTP Daemon – vsFTPD
- DNS Server – Bind
We are going to assume you are using centOS and have yum available. This should only be used on a fresh install. So lets begin,
Installing Services
To make this quick we are just going to use the RPM’s available from the depositories. At the shell prompt execute,
yum -y install httpd httpd-devel mysql mysql-server mysql-devel vsftpd bind bind-libs bind-utils php php-cli
Once this completes you should see something like this,
Now that the services are installed it’s time to configure them.
