wok diff apache/receipt @ rev 3544
Add emesene
author | Liu Peng <rocky@slitaz.org> |
---|---|
date | Tue Jun 23 11:57:38 2009 +0800 (2009-06-23) |
parents | 1c31c18f3b12 |
children | cb5d40864a83 |
line diff
1.1 --- a/apache/receipt Mon Mar 16 12:42:07 2009 +0000 1.2 +++ b/apache/receipt Tue Jun 23 11:57:38 2009 +0800 1.3 @@ -42,7 +42,6 @@ 1.4 ln -s /usr/bin/apachectl $fs/etc/init.d/apache 1.5 sed -i -e 's|User daemon|User www|' -e 's|Group daemon|Group www|' \ 1.6 -e 's|ServerAdmin you@example.com|ServerAdmin root@localhost|' \ 1.7 - -e 's|mod_rewrite.so|mod_rewrite.so\nLoadModule ssl_module share/apache/modules/mod_ssl.so\nLoadModule proxy_module share/apache/modules/mod_proxy.so\nLoadModule proxy_http_module share/apache/modules/mod_proxy_http.so|' \ 1.8 -e 's|#Include /etc/apache/extra/httpd-ssl.conf|Include /etc/apache/extra/httpd-ssl.conf|' \ 1.9 -e 's|/etc/apache/server.crt|/etc/ssl/apache/apache.pem|' \ 1.10 -e 's|/etc/apache/server.key|/etc/ssl/apache/apache.pem|' \