Changes between Version 32 and Version 33 of ConfigureGuide22Windows
- Timestamp:
- 09/01/10 15:33:20 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigureGuide22Windows
v32 v33 92 92 By 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. 93 93 94 2. Create registry key !IniFilePath.94 2. Create registry key '''!IniFilePath'''. 95 95 96 96 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. 97 97 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 }}} 98 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 99 105 100 3. Configure IIS 7. Open IIS Manager by going to Control Panel->Administrative Tools->IIS Manager. 106 101 107 * Create Application Pool. Below only list the values forthe fields in GUI102 * 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 108 103 {{{ 109 104 Name: MapGuideAppPool