Changes between Version 40 and Version 41 of ConfigureGuide22Windows
- Timestamp:
- 09/01/10 18:26:29 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigureGuide22Windows
v40 v41 92 92 By default, IIS 7 is not turned on under either Windows 7 or Windows 2008 Server. 93 93 94 How IIS feature is turned on under Windows XP/7 or Windows Server is different. 95 94 96 To 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. 95 97 … … 98 100 ==== Create registry key '''!IniFilePath'''. ==== 99 101 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. 102 To 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. 101 103 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 ==== 103 105 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''''' 107 107 108 108 1. Create Application Pool. … … 113 113 Start Application Pool Immediately: true 114 114 }}} 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 Restrictions115 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 116 116 117 117 3. Handler Mapping->Add Module Mappings, add the following module mappings