From: maniacikarus Date: Mon, 19 Jan 2009 21:31:35 +0000 (+0100) Subject: Enabled proxy modules for apache X-Git-Tag: v2.5-beta1~211 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=574d71d9888398512494d10e8e83093860fa87d1 Enabled proxy modules for apache --- diff --git a/lfs/apache2 b/lfs/apache2 index 5d53f9b42b..1223bf7d40 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -128,7 +128,7 @@ else echo "" >> $(DIR_APP)/config.layout cd $(DIR_APP) && ./configure --enable-layout=IPFire \ - --enable-ssl --enable-mods-shared=all + --enable-ssl --enable-mods-shared=all --enable-proxy cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install chown -v root:root /usr/lib/apache/httpd.exp \