From fb4eda75c25f2d2c839aed1718c14a6210c1dc69 Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 24 Apr 2002 00:49:01 +0000 Subject: [PATCH] apache += --enable-module=rewrite --- bin/vellumweb-build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/vellumweb-build b/bin/vellumweb-build index 0f1e04d..8a5e43d 100755 --- a/bin/vellumweb-build +++ b/bin/vellumweb-build @@ -109,7 +109,8 @@ pushd $httpd --activate-module=src/modules/php4/libphp4.a \ --activate-module=src/modules/extra/mod_csacek.c \ --enable-module=so \ - --enable-module=headers + --enable-module=headers \ + --enable-module=rewrite make make install popd -- 1.8.3.1