Configuring Microsoft IIS 7 and later for the Helix ALM License Server Web Admin Utility

After you install the Helix ALM License Server Web Admin Utility files, you need to configure the web server before administrative users can log in.

See License Server Supported Web Servers for information about supported Microsoft Internet Information Server (IIS) versions. Refer to the IIS documentation for information about enabling CGI execution and authentication.

If you use IIS 6, see Configuring Microsoft IIS 6 for the Helix ALM License Server Web Admin Utility.

Enabling support for CGI executables

Creating a CGI directory alias

1. Open IIS Manager.

2. In the Connections pane, expand the server computer and Sites nodes.

3. Right-click Default Web Site and choose Add Virtual Directory.

The Add Virtual Directory dialog box opens.

4. Enter 'scripts' as the Alias.

5. Enter the path to the lscgi.exe as the Physical Path. This is the path entered during the admin utility installation. The default path is C:\inetpub\scripts.

6. Click OK to save the changes.

Enabling the .exe CGI extension

1. Select the scripts virtual directory in the Connections pane.

2. Double-click Handler Mappings.

3. Click Add Module Mapping in the Actions pane.

The Add Module Mapping dialog box opens.

4. Enter 'lscgi.exe' as the Request path.

5. Select CgiModule as the Module.

6. Enter 'lscgi' as the Name.

7. Click OK to save the changes.

8. Select the server computer in the Connections pane.

9. Double-click ISAPI and CGI Restrictions.

10. Click Add in the Actions pane.

The Add ISAPI or CGI Restriction dialog box opens.

11. Enter the path to the lscgi.exe program as the ISAPI or CGI path. This is the path entered for the lscgi.exe program during the admin utility installation. The default path is C:\inetpub\scripts\lscgi.exe.

12. Enter 'lscgi' as the Description.

13. Select Allow extension path to execute.

14. Click OK to save the changes.