Installing Apache Web Server, php and MySQL individually on Windows is not easy task. Because it might takes long time time to make so many configurations to work well such as editing in .ini setting, httpd.conf and many services and extensions used by Apache, php and MySql.

Appserv

Appserv Open Project

Appserv includes Apache, php, MySQL and phpMyAdmin in one package and you can install in a minute without make any configuration.
Let’s get started.

  1. Check the version history from Appserv.
  2. download the latest stable released Appserv windows installer version from SourceForget.net.

Installing Appserv

Run the Appserv setup (.exe) file which you downloaded.

Before you install Appserv package make sure that you stop IIS if you has installed IIS in your machine because only one web server can run in single machine.

  1. You’ll see Welcome Message, click ‘Next’.
  2. You’ll see License Agreement, click ‘Next’
  3. Choose the installation directory, c:\appserv as default. Click “Next”.
  4. Select the applications you wish to install, all of four services checked as default. Click ‘Next’.
  5. Enter the Apache web server information. Normally, you can put whatever you want. In Web Server Name, you can put “www.example.com” or something like this. Administrator’s Email Address, put your email address or “me@example.com”.
  6. Enter password for Mysql root user, enter a password which is easier to remember when you login to mysql database as root.
  7. You’ll see installation progress.
  8. Start Apache web server and Mysql service. Click “Finished”.

Remember that I’m using Appserv 2.5.9 in this post.

Installing Appserv 01

Installing Appserv 02

Installing Appserv 03

Installing Appserv 04

Installing Appserv 05

Installing Appserv 06

Installing Appserv 07

Installing Appserv 08

Using another package called XAMPP

Michael Sync covered the post about installation Apache server, php, mysql and phpMyAdmin using XAMPP package. He aslo explained how to install wordpress in that post.

Related Post