X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=bin%2Fvellumweb-build;h=d52cf792f115db518b7d0bccfdff54a60f374a76;hb=8bd13c3e85da260101db7361c1e8884f78772e93;hp=a02cd5e88f3c09cfab46824a5e2484f4449133f3;hpb=b2f8f307bdaf134c54f7eecc4c6c43266f9062c2;p=nethome.git diff --git a/bin/vellumweb-build b/bin/vellumweb-build index a02cd5e..d52cf79 100755 --- a/bin/vellumweb-build +++ b/bin/vellumweb-build @@ -5,10 +5,10 @@ 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.3 + httpd=apache_1.3.29 + openssl=openssl-0.9.7c + modssl=mod_ssl-2.8.16-1.3.29 + php=php-4.3.4 modperl=mod_perl-1.28 " with_perl=false @@ -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