Changes between Version 32 and Version 33 of ConfigureGuide22Windows


Ignore:
Timestamp:
Sep 1, 2010, 3:33:20 PM (14 years ago)
Author:
hluo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigureGuide22Windows

    v32 v33  
    9292By default, IIS 7 under Windows 7 and Windows 2008 Server is a windows feature not turned on. Under Windows 7, to turn on this feature, go to Control Panel->Programs->Turn Windows Features On or Off, in the poped up Windows Features, expand Internet Information Services, check WWW Services, click OK to install the selected features. Under Windows 2008 Server, go to Control Panel->Administrative Tools->Server Manager, in the left panel of popped up window, select Role, in the right panel, click Add Roles->Server Roles->Web Server(IIS), click OK to add the selected Role, then in the left panel, select Feature, in the right panel, click Add Features, a window with available windows features should open. Find Web Server (IIS) Tools and check it, click OK to install this feature.
    9393
    94  2. Create registry key !IniFilePath.
     94 2. Create registry key '''!IniFilePath'''.
    9595
    9696suppose PHP is installed under c:\php and with all mapguide related extensions copied to folder '''ext''' like what you've done with runing Apache as Web Server. If you've already configured Apache to run mapguide successfully, nothing needs to be done with your PHP installation.
    9797
    98 Create a registry key to HKEY_LOCAL_MACHINE->SOFTWARE->PHP->IniFilePath with string value '''c:\php\''', this is where '''php.ini''' is.
    99 
    100 Open a windows command prompt as Administrator, type
    101 {{{
    102 regedit
    103 }}}
     98Suppose you know how to create windows registry key manually, create a registry key to HKEY_LOCAL_MACHINE->SOFTWARE->PHP->!IniFilePath with string value '''c:\php\''', this registry entry is to tell IIS where to find '''php.ini'''.
    10499
    105100 3. Configure IIS 7. Open IIS Manager by going to Control Panel->Administrative Tools->IIS Manager.
    106101
    107  * Create Application Pool. Below only list the values for the fields in GUI
     102 * Create Application Pool. Suppose you know how to open the GUI to add application pool, here we only list the values of the fields in GUI
    108103{{{
    109104Name: MapGuideAppPool