I want to have a https apache server running...
First I make a NEW install from CoreCDX6 x86 ISO on a VirtualBox where hosted OS set to Linux/Gentoo, then I run:
- Code: Select all
# equo update && equo install apache
# /etc/init.d/ufw stop
# /etc/init.d/apache2 start
Now the http:// works fine but https:// gives:
in the browser and a segmentation fault in the apache error log. The SSL error log is blank.”107 (net::ERR_SSL_PROTOCOL_ERROR): SSL-protocol error.”
- Code: Select all
# tail /var/log/apache2/error_log
[Sat Sep 24 19:45:38 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Sep 24 19:45:40 2011] [notice] Apache/2.2.20 (Unix) mod_ssl/2.2.20 OpenSSL/1.0.0d configured -- resuming normal operations
[Sat Sep 24 19:47:03 2011] [notice] child pid 16451 exit signal Segmentation fault (11)
[Sat Sep 24 19:47:03 2011] [notice] child pid 16452 exit signal Segmentation fault (11)
I have tried generate new self signed cert file and tried follow a lot of different howto from gentoo sites/blogs and tried installing from the server ISO but nothing helps. And the thing is that I manage to set up a https server for over a year back on a sabayon 5.1 system and I could not remember any problems from that.
This feels like a trivial fault from my side or a sabayon issue.
Please point me in some direction to figure out this problem.



