Adjust location of httpd-2.2.16 distro download as it's now archived.

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026937 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jsdelfino 2010-10-25 03:17:52 +00:00
commit a21eaf4bec
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ sudo apt-get -y install libssl-dev
if [ "$?" != "0" ]; then
exit $?
fi
wget http://www.apache.org/dist/httpd/httpd-2.2.16.tar.gz
wget http://archive.apache.org/dist/httpd/httpd-2.2.16.tar.gz
tar xzf httpd-2.2.16.tar.gz
cd httpd-2.2.16
./configure --enable-ssl --enable-proxy --enable-mods-shared=most --with-included-apr --with-mpm=prefork --prefix=$build/httpd-2.2.16-bin