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
- Under your root drive (C, D, etc...) create a directory named "webroot"
- 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.
- 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.
- Open the file \webroot\sc.bat and modify the drive references from "c" to whatever the drive you unipped to.
- 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
- Open you browser and check out the following urls
- Test Apache: http://localhost
- Test Php: http://localhost/test.php
- Test CGI: http://localhost/cgi-bin/printenv.cgi