Changes between Version 31 and Version 32 of ConfigureGuide22Windows


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigureGuide22Windows

    v31 v32  
    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.
     
    106106
    107107 * Create Application Pool. Below only list the values for the fields in GUI
    108 
     108{{{
    109109Name: MapGuideAppPool 
    110110.NET Framework Version: (what ever version available in the drop down list)
    111111Pipeline Mode: Integrated
    112112Start Application Pool Immediately: true
    113 
    114  * IIS's configuration has several levels, the topmost levle is Server(or Host), then Sites, Virtual Directory. The configuration of lower layer can inherated from its parent layer. For this reason, we only configure at the Server layer. 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, ISAPI Filter
     113}}}
     114 * IIS configuration has several levels, the topmost levle is Server(or Host), then Sites, Virtual Directory. The configuration of lower layer can inherated from its parent layer. For this reason, we only configure at the Server layer. 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, ISAPI Filter
    115115
    116116 * Handler Mapping->Add Module Mappings, add the following module mappings