Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeDJango
# Change version number/archive type as required
$ wget --no-check-certificate https://archive.apache.org/dist/httpd/httpd-2.4.29.tar.bz2 [ -e use-proxy=yes -e https_proxy=xxxxx ]


# Apache also provides MD5 hashes to verify your downloads, so you could do the following to generate a local MD5 hash to compare
wget -O - https://archive.apache.org/dist/httpd-2.4.29.tar.bz2 | tee httpd-2.4.29.tar.bz2 | md5sum > md5sum.local