eousphoros/mod-spdy

Followed exactly your instructions and the ones in the other issue: 14.04 -> Segmentation Fault on SSL

Closed this issue · 5 comments

Server starts OK.
Works perfecty on plain HTTP.
As soon as I hit an ssl endpoint:

[Sun Apr 06 19:42:04.002012 2014] [mpm_event:notice] [pid 29707:tid 140422025725824] AH00489: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f configured -- resuming normal operations
[Sun Apr 06 19:42:04.002058 2014] [core:notice] [pid 29707:tid 140422025725824] AH00094: Command line: '/usr/sbin/apache2'
[Sun Apr 06 19:42:27.027328 2014] [core:notice] [pid 29707:tid 140422025725824] AH00051: child pid 29711 exit signal Segmentation fault (11), possible coredump in /etc/apache2

Latest Ubuntu 14.04 as of today.

Many thanks

Typically occurs with a combination of other apache mods like mod_php.

Hi Patrick,

Thanks for your answer.

No PHP or CGI whatsoever here. It's a reverse proxy for JBoss. Here is the list of modules enabled:

access_compat alias auth_basic authn_core authn_file authz_core authz_host authz_user autoindex deflate dir env filter geoip headers mime mime_magic mpm_event negotiation pagespeed proxy proxy_http proxy_wstunnel security2 setenvif socache_shmcb ssl status unique_id vhost_alias xsendfile

Thanks,

Eric

Nevermind. Being fed up with poor websocket proxying and spdy not working, I finally moved to nginx 1.5.X and everything runs super smoothly !

Alright. :)

Thanks for you support though!
:-)