wok-current rev 15371
apache: load ssl_module (thanks Justine Leon Uro)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 15 22:45:52 2013 +0000 (2013-10-15) |
parents | 2e1b0be4589a |
children | 3b3a139f4862 |
files | apache/receipt |
line diff
1.1 --- a/apache/receipt Mon Oct 14 15:05:05 2013 +0000 1.2 +++ b/apache/receipt Tue Oct 15 22:45:52 2013 +0000 1.3 @@ -56,6 +56,7 @@ 1.4 -e 's|#Include /etc/apache/extra/httpd-ssl.conf|Include /etc/apache/extra/httpd-ssl.conf|' \ 1.5 -e 's|/etc/apache/server.crt|/etc/ssl/apache/apache.pem|' \ 1.6 -e 's|/etc/apache/server.key|/etc/ssl/apache/apache.pem|' \ 1.7 + -e 's|#LoadModule ssl_module|LoadModule ssl_module|' \ 1.8 $fs/etc/apache/httpd.conf $fs/etc/apache/extra/httpd-ssl.conf 1.9 echo "Include /etc/apache/conf.d" >> $fs/etc/apache/httpd.conf 1.10 }