# HG changeset patch # User Pascal Bellard # Date 1381877152 0 # Node ID 854aac736a5d5fa62521d1c93a9ed94e5f05a36d # Parent 2e1b0be4589a86f74b6d509a9b03de8409cafb97 apache: load ssl_module (thanks Justine Leon Uro) diff -r 2e1b0be4589a -r 854aac736a5d apache/receipt --- a/apache/receipt Mon Oct 14 15:05:05 2013 +0000 +++ b/apache/receipt Tue Oct 15 22:45:52 2013 +0000 @@ -56,6 +56,7 @@ -e 's|#Include /etc/apache/extra/httpd-ssl.conf|Include /etc/apache/extra/httpd-ssl.conf|' \ -e 's|/etc/apache/server.crt|/etc/ssl/apache/apache.pem|' \ -e 's|/etc/apache/server.key|/etc/ssl/apache/apache.pem|' \ + -e 's|#LoadModule ssl_module|LoadModule ssl_module|' \ $fs/etc/apache/httpd.conf $fs/etc/apache/extra/httpd-ssl.conf echo "Include /etc/apache/conf.d" >> $fs/etc/apache/httpd.conf }