X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=bin%2Fvellumweb-build;h=02ad400317537787870aa49349f67f6e85a9618d;hb=2e2287af3ed9323c79d4fa1a4339b143eda2077d;hp=d7f89bae34cd1e6084b8acb1beabbe7933de0e45;hpb=956320b3383b09e1413b99f5d2f0ef0bf1aa5517;p=nethome.git diff --git a/bin/vellumweb-build b/bin/vellumweb-build index d7f89ba..02ad400 100755 --- a/bin/vellumweb-build +++ b/bin/vellumweb-build @@ -5,11 +5,11 @@ arch=$HOME/arch prefix=/usr/local/apache pkgs=" - httpd=apache_1.3.28 - openssl=openssl-0.9.7b - modssl=mod_ssl-2.8.15-1.3.28 - php=php-4.3.2 - modperl=mod_perl-1.28 + httpd=apache_1.3.29 + openssl=openssl-0.9.7d + modssl=mod_ssl-2.8.16-1.3.29 + php=php-4.3.4 + modperl=mod_perl-1.29 " with_perl=false export CFLAGS="-ggdb3" @@ -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