HomeAboutLatest DocsRegisterLogin





WAMP on Windows Server 2003

Posted on 07. Aug, 2009 by joshhrob in Server, Web Servers

Print This Post Print This Post

VN:F [1.6.3_896]
Rating: 7.3/10 (3 votes cast)

This document outlines the step to installing and setting up WAMP on a Windows 2003 Server.

The term WAMP stands for Windows, Apache, MySQL, and PHP, and is a counterpart to the popular LAMP (Linux Apache MySQL, PHP) platform.

This installation assumes a generic Windows Server 2003 installation. Make sure that you uninstall or disable IIS if running as this will cause a conflict when the apache server attempts to bind to port 80.

In this build we will be using the wampserver2.0i.exe installation package availabe at: http://www.wampserver.com/en/download.php

You could download and install each component separately, but this package was very well assembled, and will save a lot of time.

WAMP Installation

Download installer and double click to execute. Click I accept and press Next.

Win2k3-2009-08-08-11-20-21

Enter the path where you would like to install wamp. The installer will install everything, the web server, database and php underneath this directory. In this build we will use Z:\wamp

Win2k3-2009-08-08-11-20-45

Check the boxes if you want to create shortcuts. Press Next

Win2k3-2009-08-08-11-20-52

Press Install

Win2k3-2009-08-08-11-21-00

Browse to the exe of your browser. This should default to explorer.exe. Press Open

Win2k3-2009-08-08-11-21-45

Wampserver does not come with a mail server. If you plan on sending emails from your php apps you will need to enter an smtp server. This may be a mail server on your network or an smtp server provided by your ISP.

Win2k3-2009-08-08-11-22-02

Press Finish

Win2k3-2009-08-08-11-22-09

Installation of WAMP is now complete. To test your server open your browser and goto http://localhost/

Win2k3-2009-08-08-11-23-47

Getting Started

There is a WAMP services menu in the bottom left of your screen on the task bar. This is useful when you need to start or stop the web server and database. Win2k3-2009-08-08-11-22-44

There is also a shortcut to phpMyAdmin, which you can use to manage your database.

Win2k3-2009-08-08-12-21-23

By default the web root directory can be found in the www folder under to WAMP installation folder

Win2k3-2009-08-08-12-18-55

Just to make sure, place a test.html file in this folder and access it via the web site

Win2k3-2009-08-08-12-19-13

This, and many more features are configured in the apache configuration file, httpd.conf. This file is found under the wamp installation directory in the folder bin\apache\Apache2.2.11\conf and can be edited in notepad. ALWAYS make a backup copy of this file before making any changes. If you accidentally enter a typo or incorrect settings, it can be very hard to get your server working again. To revert back, simply delete the bad file and rename the backup back tp httpd.conf.

Win2k3-2009-08-08-12-20-32

Another important file to be familiar with is the php.ini file. This is where php settings are configured. This file is found under the wamp installation directory under the folder bin\php\php5.3.0, and can also be edited using notepad. ALWAYS make a backup copy of this file before making any changes.

Win2k3-2009-08-08-12-20-05

See video: WAMP Install on YouTube

If you have problems or questions with this build please leave a comment below.

VN:F [1.6.3_896]
Rating: 7.3/10 (3 votes cast)

Tags:

Print This Post Print This Post

One Comment

flil

18. Jan, 2010

Thank you for the tutorial. Nothing difficult there – but for my first time – it gavbe me a little confidence :)

Leave a reply