The Web Agent 12.52SP1CR11 configuration wizard does not detect Apache 2.4 (64-bit) web server on Windows Server even if the Apache registry entry resides.
Web Agent 12.52SP1CR11 for Windows
In CR11, register Apache as a service with the name "Apache2.4" in the machine at first. And then, Web Agent Configuration Wizard will detect the Apache. No registry entry is needed now.
For example, run the command such as following:
C:\Apache24\bin> httpd.exe -k install -n "Apache2.4"
Note: confirm if the service is successfully installed to run the below command:
C:\Apache24\bin> sc qc Apache2.4
Another method if this one above leads to problem:
IMPORTANT: This article contains information about modifying the registry.
Before modifying the registry, create a backup of the registry and ensure the understanding on how to restore the registry if a problem may occur.
The Web Agent configuration wizard uses the Windows registry to locate the Apache servers root directory.
To do this, the configuration agents code tries to directly access HKEY_LOCAL_MACHINE\SOFTWARE\Apache Group\Apache and look for supported version numbers in the registry.
Because it utilizes this method, several potential problems can arise:
To resolve these problems, create the following registry entries:
After making these changes, attempt to run the web agent configuration wizard again, no server restart is necessary.