Siteminder Webagent configuration wizard failed to detect the Apache running on the Windows server
search cancel

Siteminder Webagent configuration wizard failed to detect the Apache running on the Windows server

book

Article ID: 33176

calendar_today

Updated On:

Products

CA Single Sign On Secure Proxy Server (SiteMinder) CA Single Sign On SOA Security Manager (SiteMinder) CA Single Sign-On

Issue/Introduction

ISSUE:

Siteminder Webagent configuration wizard failed to detect the Apache running on the Windows server.

 

CAUSE:

For Apache, Siteminder Webagent configuration wizard is checking for the ServerRoot registry key entry from the following registry path:

  •        64-bit Apache 2.0: HKEY_LOCAL_MACHINE\SOFTWARE\Apache Group\Apache\<version>
  •        32-bit Apache 2.0: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apache Group\Apache\<version>
  •        64-bit Apache 2.2/2.4: HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Apache\<version>
  •        32-bit Apache 2.2/2.4: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apache Software Foundation\Apache\<version>

For Oracle HTTP Server, Siteminder Webagent configuration wizard is checking for the ORACLE_HOME registry key entry under the sub-folders from the following registry path:

  •        64-bit OHS: HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE
  •        32-bit OHS: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ORACLE

If pre-compiled Apache is installed through console, it may not prompt user to input Apache installation directory path and registry key is not be created with the installation.

 

 

Environment

Release: 12.51 - Windows Webagent versions

Resolution

Create the registry entry accordingly, referencing the Apache root folder, e.g:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apache Software Foundation\Apache\2.2.25\ServerRoot = C:\Program Files (x86)\Apache Software Foundation\Apache2.2\

Update Apache installation directory path in httpd.conf file and re-run the Siteminder Webagent configuration wizard.