diff options
Diffstat (limited to 'sca-cpp/trunk')
-rw-r--r-- | sca-cpp/trunk/INSTALL | 2 | ||||
-rwxr-xr-x | sca-cpp/trunk/ubuntu/ubuntu-install-all | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/INSTALL b/sca-cpp/trunk/INSTALL index 0ed4e9fe3a..054b3c1452 100644 --- a/sca-cpp/trunk/INSTALL +++ b/sca-cpp/trunk/INSTALL @@ -233,7 +233,7 @@ Building dependencies from source Here are example build and install steps for some of the dependencies. Apache HTTPD, including APR, using the HTTP prefork MPM (recommended): -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 \ diff --git a/sca-cpp/trunk/ubuntu/ubuntu-install-all b/sca-cpp/trunk/ubuntu/ubuntu-install-all index 3535835e18..540ad32701 100755 --- a/sca-cpp/trunk/ubuntu/ubuntu-install-all +++ b/sca-cpp/trunk/ubuntu/ubuntu-install-all @@ -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 |