Hi All,
I know this post is not related to SVN but i want help if someone can do . I
am stuck in this task from 5 to 7 days .
I having problem when i start my Apache HTTP with ssl module enabled my
Apache won't start gives following errors . Please suggest what is wrong
with this ?
[root_at_LHRSUN90 bin]# ./apachectl start
Bus Error - core dumped
Apache Error Log :
[Sat Nov 01 05:19:05 2014] [info] mod_unique_id: using ip addr x.x.x.x
[Sat Nov 01 05:19:06 2014] [info] Init: Seeding PRNG with 136 bytes of
entropy
[Sat Nov 01 05:19:06 2014] [info] Loading certificate & private key of
SSL-aware server
[Sat Nov 01 05:19:06 2014] [debug] ssl_engine_pphrase.c(470): unencrypted
RSA private key - pass phrase not required
[Sat Nov 01 05:19:06 2014] [info] Init: Generating temporary RSA private
keys (512/1024 bits)
[Sat Nov 01 05:19:06 2014] [info] Init: Generating temporary DH parameters
(512/1024 bits)
[Sat Nov 01 05:19:06 2014] [warn] Init: Session Cache is not configured
[hint: SSLSessionCache]
[Sat Nov 01 05:19:06 2014] [info] Init: Initializing (virtual) servers for
SSL
[Sat Nov 01 05:19:06 2014] [info] Configuring server for SSL protocol
[Sat Nov 01 05:19:06 2014] [debug] ssl_engine_init.c(471): Creating new SSL
context (protocols: SSLv2, SSLv3, TLSv1)
[Sat Nov 01 05:19:06 2014] [debug] ssl_engine_init.c(837): Configuring RSA
server certificate
[Sat Nov 01 05:19:06 2014] [debug] ssl_engine_init.c(876): Configuring RSA
server private key
[Sat Nov 01 05:19:06 2014] [info] mod_ssl/2.2.24 compiled against Server:
Apache/2.2.24, Library: OpenSSL/0.9.7d
My httpd-ssl.conf file :
Listen 443
<VirtualHost x.x.x.x:443>
SSLEngine on
SSLCertificateFile /usr/local/apache_2.2.24/conf/ca.crt
SSLCertificateKeyFile /usr/local/apache_2.2.24/conf/ca.key
<Directory /usr/local/apache_2.2.24/htdocs>
AllowOverride All
</Directory>
DocumentRoot /usr/local/apache_2.2.24/htdocs
ServerName abc.sahill.com
</VirtualHost>
httpd-vhosts.conf file :
NameVirtualHost *:80
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#
<VirtualHost *:80>
<Directory /usr/local/apache_2.2.24/htdocs>
AllowOverride All
</Directory>
DocumentRoot /usr/local/apache_2.2.24/htdocs
ServerName abc.sahill.com
</VirtualHost>
Note :
mod_ssl/2.2.24 compiled against Server: Apache/2.2.24, Library:
OpenSSL/0.9.7d
[root_at_xbin]# cat /etc/release
Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC
Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights
reserved.
Assembled 23 August 2011
[root_at_xbin]#
Regards
Mohsin Abbas
--
View this message in context: http://subversion.1072662.n5.nabble.com/Bus-Error-core-dumped-Apache-not-starting-with-SSL-enabled-tp190773.html
Sent from the Subversion Users mailing list archive at Nabble.com.
Received on 2014-11-01 23:31:25 CET