Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
apache-2.0.55-r2 +ssl dies on getsockname
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
tacker
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jul 2004
Posts: 85
Location: Offenbach, Germany

PostPosted: Wed Apr 26, 2006 3:48 pm    Post subject: apache-2.0.55-r2 +ssl dies on getsockname Reply with quote

I just enabled SSL and now HTTPS connections works but HTTP no more.

On HTTPS-Connection it dies
Quote:
strace /usr/sbin/apache2 -D SSL -D SSL_DEFAULT_VHOST -d /usr/lib/apache2 -f /etc/apache2/httpd.conf -k start -X

gives
Quote:
[...]
poll(
<here it waits until i start a request>
[{fd=4, events=POLLIN}, {fd=3, events=POLLIN, revents=POLLIN}], 2, -1) = 1
accept(3, {sa_family=AF_INET, sin_port=htons(49648), sin_addr=inet_addr("192.168.0.102")}, [16]) = 17
semop(2261025, 0xb7cb5f32, 1) = 0
getsockname(17, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("192.168.0.161")}, [16]) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++


Without SSL it works.

Configured with
Quote:
[ebuild R ] net-www/apache-2.0.55-r2 +apache2 -debug -doc +ldap -mpm-leader -mpm-peruser +mpm-prefork -mpm-threadpool -mpm-worker -no-suexec (-selinux) +ssl -static-modules -threads


Any ideas?
Back to top
View user's profile Send private message
msalerno
Veteran
Veteran


Joined: 17 Dec 2002
Posts: 1338
Location: Sweating in South Florida

PostPosted: Wed Apr 26, 2006 9:48 pm    Post subject: Reply with quote

Is there anything in the error log? Have you tried setting the LogLevel to debug in apache and then checking the apache logs? You might get a nicer looking error message.
Back to top
View user's profile Send private message
tacker
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jul 2004
Posts: 85
Location: Offenbach, Germany

PostPosted: Thu Apr 27, 2006 9:24 am    Post subject: Reply with quote

No. I set the ErrorLevel to debug but there is no more info.[/code]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum