From aeb213411dbd54d1b6f0cb5fd12cdd343f35139b Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 8 Sep 2003 09:28:43 +0000 Subject: [PATCH] +Apache module mod_proxy. --- bin/vellumweb-build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/vellumweb-build b/bin/vellumweb-build index a02cd5e..50314c8 100755 --- a/bin/vellumweb-build +++ b/bin/vellumweb-build @@ -87,7 +87,8 @@ pushd $httpd --enable-module=so \ --enable-module=headers \ --enable-module=rewrite \ - --enable-module=auth_anon + --enable-module=auth_anon \ + --enable-module=proxy make make install popd -- 1.8.3.1