Installing 32-bit eWAMP

Note: Install instructions are also included in the download package. 32-bit eWAMP can be installed on a 64-bit Windows platform (A 64-bit version of eWAMP is currently under development)

Installing eWAMP

  1. Under your root drive (C, D, etc...) create a directory named "webroot"
  2. Copy the file "eWamp096_32.zip" to the webroot directory and unzip it there.

If you are installing to a drive other than C: perform steps 3 and 4. If you are installing to the C drive proceed to step 5.

  1. Open the file \webroot\mysql\my.ini and modify the drive reference lines 74 and 77 from "c" to whatever the drive you unipped to.
  2. Open the file \webroot\sc.bat and modify the drive references from "c" to whatever the drive you unipped to.
  1. Open the command prompt, change directory to \webroot and run the batch file sc.bat. This will install the apache and the mysql services.

Post Installation Testing

  1. Open you browser and check out the following urls
    1. Test Apache: http://localhost
    2. Test Php: http://localhost/test.php
    3. Test CGI: http://localhost/cgi-bin/printenv.cgi