X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fapache2;h=920bccdb4bab9540ee318891162d8ed6e923ecb8;hp=ce07eacd2fc2c401376aa4cbda3789cd231f2f93;hb=9e7b9a87ffb9f96814901cd270f2e5f1a1003796;hpb=027306bfe5b93d3c00d54dd3223ae6bdaf17060f diff --git a/lfs/apache2 b/lfs/apache2 index ce07eacd2f..920bccdb4b 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -25,7 +25,7 @@ include Config -VER = 2.2.10 +VER = 2.2.15 THISAPP = httpd-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -47,7 +47,7 @@ objects = $(DL_FILE) \ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) httpd-2.2.2-config-1.patch = $(DL_FROM)/httpd-2.2.2-config-1.patch -$(DL_FILE)_MD5 = 6697772ba5f8d34988fe297417ccaacc +$(DL_FILE)_MD5 = 016cec97337eccead2aad6a7c27f2e14 httpd-2.2.2-config-1.patch_MD5 = e02a3ec5925eb9e111400b9aa229f822 install : $(TARGET) @@ -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 \