Author: jfthomps
Date: Wed Oct 10 18:45:39 2012
New Revision: 1396729
URL: http://svn.apache.org/viewvc?rev=1396729&view=rev
Log:
change download URL to use download script so that mirrors are used
Modified:
vcl/site/trunk/content/docs/VCL23Installation.mdtext
Modified: vcl/site/trunk/content/docs/VCL23Installation.mdtext
URL:
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL23Installation.mdtext?rev=1396729&r1=1396728&r2=1396729&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL23Installation.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL23Installation.mdtext Wed Oct 10 18:45:39
2012
@@ -147,7 +147,7 @@ VCL currently supports the use of mysql
* If you have not already done so, download and extract the source files
on the web server:
:::BashLexer
- wget http://www.apache.org/dist/vcl/apache-VCL-2.3.tar.bz2
+ wget --trust-server-names
'http://vcl.apache.org/downloads/download.cgi?action=download&filename=%2Fvcl%2Fapache-VCL-2.3.tar.bz2'
tar -jxvf apache-VCL-2.3.tar.bz2
* Copy the **web** directory to a location under the web root of your web
server and navigate to the destination **.ht-inc** subdirectory:
@@ -298,7 +298,7 @@ The VCL management node daemon (vcld) is
* If you have not already done so, download and extract the source files
on the web server:
:::BashLexer
- wget http://www.apache.org/dist/vcl/apache-VCL-2.3.tar.bz2
+ wget --trust-server-names
'http://vcl.apache.org/downloads/download.cgi?action=download&filename=%2Fvcl%2Fapache-VCL-2.3.tar.bz2'
tar -jxvf apache-VCL-2.3.tar.bz2
* Copy the managementnode directory to the location where you want it to
reside (typically /usr/local):