wok diff apache/receipt @ rev 16434

Merge branches
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 18 13:51:05 2014 +0300 (2014-04-18)
parents 73910552a828
children 1c473ed1c351
line diff
     1.1 --- a/apache/receipt	Thu Oct 03 16:27:18 2013 +0000
     1.2 +++ b/apache/receipt	Fri Apr 18 13:51:05 2014 +0300
     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  }