Changes between Version 40 and Version 41 of ConfigureGuide22Windows


Ignore:
Timestamp:
Sep 1, 2010, 6:26:29 PM (14 years ago)
Author:
hluo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigureGuide22Windows

    v40 v41  
    9292By default, IIS 7 is not turned on under either Windows 7 or Windows 2008 Server.
    9393
     94How IIS feature is turned on under Windows XP/7 or Windows Server is different.
     95
    9496To turn on this feature under windows 7, 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.
    9597
     
    98100==== Create registry key '''!IniFilePath'''. ====
    99101
    100 suppose 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.
     102To configure IIS with PHP, IIS needs to know where "php.ini" is. IIS gets to know the location of this file through a registry entry, which is  HKEY_LOCAL_MACHINE->SOFTWARE->PHP->!IniFilePath with string value '''c:\php\''', suppose PHP is installed under c:\php. If PHP is installed with Windows installer, the registry entry is created automatically, otherwise, this key needs to created manually.
    101103
    102 Suppose 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'''.
     104==== Open IIS Manager by going to Control Panel->Administrative Tools->IIS Manager ====
    103105
    104 ==== Configure IIS 7. Open IIS Manager by going to Control Panel->Administrative Tools->IIS Manager ====
    105 
    106 '''''Note: Suppose you know how to open the GUI for the following actions, here we only list the values of the fields in GUI'''''
     106'''''Note: We won't explain how to open GUI for the following actions here as it might be different under various windows versions, here we only list the values of the fields in GUI'''''
    107107
    108108 1. Create Application Pool.
     
    113113Start Application Pool Immediately: true
    114114}}}
    115  2. IIS configuration has several levels, the topmost levle is Server(or Host), then Sites, Virtual Directory. The configuration of lower level can inherate from its parent layer. For this reason, we only configure Server level. In the left panel, select what every your machine name is, there should be a list of configuration categories in the right panel. The important categories are Handler Mapping, ISAPI and CGI Restrictions
     115 2. IIS configuration has several levels, the topmost levle is Server(or Host), then Sites, Virtual Directory, Applications. The configuration of lower level can inherate from its parent level. For this reason, we only configure Server level. In the left panel, select what every your machine name is, there should be a list of configuration categories in the right panel. The minimum configurations are Handler Mapping, ISAPI and CGI Restrictions
    116116
    117117 3. Handler Mapping->Add Module Mappings, add the following module mappings