tacker Tux's lil' helper
Joined: 22 Jul 2004 Posts: 85 Location: Offenbach, Germany
|
Posted: Wed Apr 26, 2006 3:48 pm Post subject: apache-2.0.55-r2 +ssl dies on getsockname |
|
|
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? |
|