Changes between Version 6 and Version 7 of ConfigureGuide22Windows
- Timestamp:
- 08/03/10 21:20:40 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigureGuide22Windows
v6 v7 8 8 1. Download and Install Apache2.2.16 for Windows from [http://www.apachelounge.com/download/ Here]. Unzip the downloaded file to anywhere, in this document, we unzip it to c:\Apache2 9 9 10 2. edit httpd.conf 10 2. edit httpd.conf and test the installation 11 11 {{{ 12 12 cd c:\Apache2\conf 13 13 notepad httpd.conf 14 cd c:\Apache2\bin 15 httpd.exe -k install 16 httpd.exe -k start 14 17 }}} 18 open a browser to http://localhost:8080, if you see "It works", then apache installation and configuration is successful. 19 15 20 3. Create another config file, name it ''mapguide.conf'' with the following contents(edit it accordingly for your system) 16 21 {{{