Browse Source

the next jailing improvement iteration ...

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

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

@ -29,10 +29,9 @@ if [ $prefix_auto = 1 ] ; then
set_confopt
fi
datadir="$localstatedir/lib"
set_confopt
if [ $pkg = "apache" ] ; then
datadir="$localstatedir/lib"
# or maybe www would be nicer than lib ?!? ...
var_append extraconfopt " " "--enable-dav --enable-cache \
--enable-disk-cache --enable-ssl --enable-proxy \

Loading…
Cancel
Save