We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5375f8 commit 7048596Copy full SHA for 7048596
getsource.sh
@@ -72,8 +72,8 @@ wget -t 4 -nv ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.30.ta
72
tar jxf pcre-8.30.tar.bz2
73
74
# httpd apache webserver http://httpd.apache.org/
75
-wget -t 4 -nv http://www.apache.org/dist/httpd/httpd-2.4.2.tar.gz
76
-tar zxf httpd-2.4.2.tar.gz
+wget -t 4 -nv http://www.apache.org/dist/httpd/httpd-2.2.22.tar.gz
+tar zxf httpd-2.2.22.tar.gz
77
78
# Apache runtime support libraries http://httpd.apache.org/
79
wget -t 4 -nv http://apache.mirrors.tds.net//apr/apr-1.4.6.tar.bz2
0 commit comments