Browse Source

apache patch cleanup

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1379 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 22 years ago
parent
commit
b80f1ee41e
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      package/rene/apache/apache.conf

+ 4
- 2
package/rene/apache/apache.conf

@ -26,14 +26,16 @@ if [ $prefix_auto = 1 ] ; then
else
prefix="opt/apache"
fi
set_confopt
fi
datadir="$localstatedir/lib"
set_confopt
if [ $pkg = "apache" ] ; then
# or maybe www would be nicer than lib ?!? ...
var_append extraconfopt " " "--datadir=$localstatedir/lib \
--enable-dav --enable-cache --enable-disk-cache --enable-ssl --enable-proxy \
var_append extraconfopt " " "--enable-dav --enable-cache \
--enable-disk-cache --enable-ssl --enable-proxy \
--enable-speling --enable-rewrite --enable-so"
hook_add postmake 3 "install_init httpd $confdir/httpd.init"

Loading…
Cancel
Save