Browse Source

enable apache's mod_deflate

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2079 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
d99159815e
2 changed files with 6 additions and 1 deletions
  1. +5
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      package/rene/apache/apache.conf

+ 5
- 0
Documentation/Developers/CHANGELOG-RENE

@ -1,9 +1,14 @@
*) 2003-12-20 (2.0.0-rc3 - 2.0.0-rc4)
- enable apache's mod_deflate
*) 2003-12-28 (2.0.0-rc3 - 2.0.0-rc4)
- fixed dietlibc to use the correct arch_machine (fixes x86_64 build
and maybe sparc64) as well as line-break fixes
- fixed glibc* stage-0 on hppa
- fixed kofice
*) 2003-12-27 (2.0.0-rc3 - 2.0.0-rc4)

+ 1
- 1
package/rene/apache/apache.conf

@ -35,7 +35,7 @@ if [ $pkg = "apache" ] ; then
# or maybe www would be nicer than lib ?!? ...
var_append extraconfopt " " "--enable-dav --enable-cache \
--enable-disk-cache --enable-ssl --enable-proxy \
--enable-speling --enable-rewrite --enable-so"
--enable-speling --enable-rewrite --enable-so --enable-deflate"
hook_add postmake 3 "install_init httpd $confdir/httpd.init"
fi

Loading…
Cancel
Save