Changes between Version 21 and Version 22 of ConfigureGuide24Windows
- Timestamp:
- 02/16/13 11:41:30 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigureGuide24Windows
v21 v22 1 1 [[PageOutline]] 2 2 3 = Install MapGuide 2.4 on IIS =3 = Install MapGuide 2.4/2.5 on IIS = 4 4 5 Step-by-step instructions to installing MapGuide 2.4 on IIS. This guide has also been successfully tested with MapGuide 2.5 (Preview release).5 Step-by-step instructions to installing MapGuide 2.4/2.5 on IIS. 6 6 7 7 == Prerequisite: Microsoft .NET Framework 4 == … … 39 39 1. For Windows 7, open Start -> Control Panel -> System and Security -> Administrative Tools -> Internet Information Services (IIS) Manager 40 40 1. Open [root]\Application Pools -> Actions -> Add Application Pool... 41 * Name: MapGuide24AppPool 41 * Name: MapGuide24AppPool (or MapGuide25AppPool) 42 42 * .NET Framework version: .NET Framework v4.0.30319 43 43 * Managed pipeline mode: Integrated … … 52 52 1. Open [root] -> ISAPI and CGI Restrictions -> Actions -> Add... 53 53 * ISAPI or CGI path: C:\Program Files\OSGeo\MapGuide\Web\www\mapagent\isapi_MapAgent.dll 54 * Description: MapGuide 2.4 MapAgent ISAPI handle 54 * Description: MapGuide 2.4 MapAgent ISAPI handle (or MapGuide 2.5 MapAgent ISAPI handle) 55 55 * Allow extension path to execute: True 56 56 [[br]][[Image(screenshot.4.jpg)]] … … 61 61 1. Open [root]\Sites\Default Web Site -> Actions -> View Applications -> Actions -> Add Application... 62 62 * Alias: mapguide 63 * Application pool: MapGuide24AppPool 63 * Application pool: MapGuide24AppPool (or MapGuide25AppPool) 64 64 * Physical path: C:\Program Files\OSGeo\MapGuide\Web\www 65 65 [[br]][[Image(screenshot.5.jpg)]] … … 70 70 * Module: FastCgiModule 71 71 * Executable (optional): C:\Program Files\OSGeo\MapGuide\Web\Php\php-cgi.exe 72 * Name: MapGuide_2.4_PHP_via_FastCGI 72 * Name: MapGuide_2.4_PHP_via_FastCGI (or MapGuide_2.5_PHP_via_FastCGI) 73 73 [[br]][[Image(screenshot.6.jpg)]] 74 74 * Do you want to create a FastCGI application for this executable? Yes 75 75 1. Right-click [root]\Sites\Default Web Site\mapguide\mapagent -> Convert to Application 76 76 * Alias: mapagent 77 * Application pool: MapGuide24AppPool 77 * Application pool: MapGuide24AppPool (or MapGuide25AppPool) 78 78 * Physical path: C:\Program Files\OSGeo\MapGuide\Web\www\mapagent 79 79 [[br]][[Image(screenshot.7.jpg)]] … … 86 86 * Request path: mapagent.fcgi 87 87 * Executable: C:\Program Files\OSGeo\MapGuide\Web\www\mapagent\isapi_MapAgent.dll 88 * Name: MapGuide 2.4 MapAgent ISAPI handler 88 * Name: MapGuide 2.4 MapAgent ISAPI handler (or MapGuide 2.5 MapAgent ISAPI handler) 89 89 [[br]][[Image(screenshot.8.jpg)]] 90 90 * Open Request Restrictions... … … 94 94 1. Right-click [root]\Sites\Default Web Site\mapguide\mapviewernet -> Convert to Application 95 95 * Alias: mapviewernet 96 * Application pool: MapGuide24AppPool 96 * Application pool: MapGuide24AppPool (or MapGuide25AppPool) 97 97 * Physical path: C:\Program Files\OSGeo\MapGuide\Web\www\mapviewernet 98 98 [[br]][[Image(screenshot.10.jpg)]] 99 99 1. For .NET API: Right-click [root]\Sites\Default Web Site\mapguide -> Add Application... 100 100 * Alias: mapviewerajax 101 * Application pool: MapGuide24AppPool 101 * Application pool: MapGuide24AppPool (or MapGuide25AppPool) 102 102 * Physical path: C:\Program Files\OSGeo\MapGuide\Web\www\mapviewernet 103 103 [[br]][[Image(screenshot.11.jpg)]]