You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2010/10/25 05:17:53 UTC

svn commit: r1026937 - in /tuscany/sca-cpp/trunk: INSTALL ubuntu/ubuntu-install-all

Author: jsdelfino
Date: Mon Oct 25 03:17:52 2010
New Revision: 1026937

URL: http://svn.apache.org/viewvc?rev=1026937&view=rev
Log:
Adjust location of httpd-2.2.16 distro download as it's now archived.

Modified:
    tuscany/sca-cpp/trunk/INSTALL
    tuscany/sca-cpp/trunk/ubuntu/ubuntu-install-all

Modified: tuscany/sca-cpp/trunk/INSTALL
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/INSTALL?rev=1026937&r1=1026936&r2=1026937&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/INSTALL (original)
+++ tuscany/sca-cpp/trunk/INSTALL Mon Oct 25 03:17:52 2010
@@ -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 \

Modified: tuscany/sca-cpp/trunk/ubuntu/ubuntu-install-all
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/ubuntu/ubuntu-install-all?rev=1026937&r1=1026936&r2=1026937&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/ubuntu/ubuntu-install-all (original)
+++ tuscany/sca-cpp/trunk/ubuntu/ubuntu-install-all Mon Oct 25 03:17:52 2010
@@ -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