Displaying 2 results from an estimated 2 matches for "sslpassphrasedialog".
2015 Jan 16
0
Failure to start HTTPD after the most `yum update` on CentOS 7
[root at juno1 ~(keystone_admin)]# /usr/sbin/httpd -D FOREGROUND
AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/httpd/conf/ports.conf:7
AH00526: Syntax error on line 18 of /etc/httpd/conf.d/ssl.conf:
Invalid command 'SSLPassPhraseDialog', perhaps misspelled or defined by a module not included in the server configuration
Current version installed . Issue raised up as `yum update` on 01/16/2014
[root at juno1 ~(keystone_admin)]# rpm -qa | grep httpd
httpd-manual-2.4.6-19.el7.centos.noarch
httpd-2.4.6-19.el7.centos.x86_64
libm...
2009 Oct 19
7
Passenger Woes
...hPerformance on
PassengerMaxPoolSize 12
PassengerPoolIdleTime 1500
# PassengerMaxRequests 1000
PassengerStatThrottleRate 120
RackAutoDetect Off
RailsAutoDetect Off
Listen 8140
LoadModule ssl_module modules/mod_ssl.so
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
SSLPassPhraseDialog builtin
SSLSessionCache shmcb:/var/cache/mod_ssl/scache(512000)
SSLSessionCacheTimeout 300
SSLMutex default
SSLRandomSeed startup file:/dev/urandom 256
SSLRandomSeed connect builtin
SSLCryptoDevice builtin
<VirtualHost *:8140>
SSLEngine on
SSLProtocol -ALL +SSLv3 +...