-
Bug
-
Resolution: Done
-
Major
-
httpd 2.4.6 SP1, httpd 2.4.23 SP1 GA, httpd 2.4.29 SP1 DR1
-
None
Even after we applied SP1 patch to JBCS 2.4.23, "apachectl -V" and error_log still output just "Apache/2.4.23 (Red Hat)":
apachectl -V
$ ./sbin/apachectl -V
Server version: Apache/2.4.23 (Red Hat)
Server built: May 9 2017 10:06:04
Server's Module Magic Number: 20120211:61
....
error_log
[mpm_prefork:notice] [pid 17732] AH00163: Apache/2.4.23 (Red Hat) OpenSSL/1.0.2h-fips mod_auth_kerb/5.4 mod_cluster/1.3.5.Final configured -- resuming normal operations
We can not know if SP patch is applied to the environment from the output of "apachectl -V" and the log message in error_log. Please improve the output to include the detailed version information about "SP" (For example, SP1, SP2, etc).