Article Number
000034149
Applies To
RSA Product Set: ClearTrust
RSA Product/Service Type: Web Agent (Apache)
RSA Version/Condition: 5.0
Platform: Linux
Platform (Other): Apache 2.4
O/S Version: Red Hat Enterprise Linux 6.x
Issue
An instance of Apache web server 2.4 works fine until the Access Manager Agent for Apache is enabled.
The page does not return and user gets a 404 error (Page not found)
The Apache error_log returns the message.
AH00052: child pid 15625 exit signal Segmentation fault (11)
Cause
While setting up the Access Manager Apache agent customers may be familiar with the installation instructions for Apache 2.2, with regards to CERTIFICATE authentication.
Beginning with the 5.0 Web agents for Apache 2.4, there is a directive specific to Apache 2.4 that needs to be added to the Apache httpd-ssl.conf file.
Per the instructions in the Web Servers Installation and Configuration Guide:
Note: For Apache 2.4.x, the following needs to be added in httpd-ssl.conf.
SSLOptions +LegacyDNStringFormat
Resolution
Adding SSLOptions +LegacyDNStringFormat to the Apache httpd-ssl.conf should resolve the issue.