Browse Source

changed apache's default datadir from /opt/apache/share to

/var/opt/apache/ (#40)


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

+ 2
- 0
Documentation/Developers/CHANGELOG-RENE

@ -14,6 +14,8 @@
patchfiles and so copy all patches (#105)
- moved the Download-Mirror file form src to Download/Mirror (so it does not
get deleted during a Cleanup ...) (#46)
- changed apache's default datadir from /opt/apache/share to
/var/opt/apache/ (#40)
*) 2003-08-18 (2.0.0-camp - 2.0.0-rc1)

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

@ -31,8 +31,9 @@ fi
set_confopt
if [ $pkg = "apache" ] ; then
var_append extraconfopt " " "--enable-dav \
--enable-cache --enable-disk-cache --enable-ssl --enable-proxy \
# 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 \
--enable-speling --enable-rewrite --enable-so"
hook_add postmake 3 "install_init httpd $confdir/httpd.init"

Loading…
Cancel
Save