-
Bug
-
Resolution: Done
-
Blocker
-
httpd 2.4.6 DR2
-
None
-
-
-
-
-
-
Fixed in DR2.1
-
The postinstall script updates ssl.conf, which contains (depending on jbcs unzipped dir):
35: SSLPassPhraseDialog exec:/opt/rh/jbcs-httpd24/root/opt/ews/workspace/jbcs-httpd24-2.4/httpd/sbin/httpd-ssl-pass-dialog
which prevents from httpd from start. Log output:
AH00526: Syntax error on line 35 of /opt/ews/workspace/jbcs-httpd24-2.4/httpd/conf.d/ssl.conf:
SSLPassPhraseDialog: file '/opt/rh/jbcs-httpd24/root/opt/ews/workspace/jbcs-httpd24-2.4/httpd/sbin/httpd-ssl-pass-dialog' does not exist
It's because ssl.conf contains this line before postinstall is run:
35 SSLPassPhraseDialog exec:/opt/rh/jbcs-httpd24/root/usr/libexec/httpd-ssl-pass-dialog
and postinstall only replaces /usr/libexec/ with actual directory.
- is related to
-
JBCS-11 RPM: SSLPassPhraseDialog value in ssl.conf prevents start of httpd service
-
- Closed
-