Changes between Version 6 and Version 7 of ConfigureGuide22Windows


Ignore:
Timestamp:
Aug 3, 2010, 9:20:40 PM (14 years ago)
Author:
hluo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigureGuide22Windows

    v6 v7  
    881. 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
    99
    10 2. edit httpd.conf
     102. edit httpd.conf and test the installation
    1111{{{
    1212cd c:\Apache2\conf
    1313notepad httpd.conf
     14cd c:\Apache2\bin
     15httpd.exe -k install
     16httpd.exe -k start
    1417}}}
     18open a browser to http://localhost:8080, if you see "It works", then apache installation and configuration is successful.
     19
    15203. Create another config file, name it ''mapguide.conf'' with the following contents(edit it accordingly for your system)
    1621{{{