previous | start | next

Download Apache

Apache is freely available. You can download precompiled binaries for many platforms, or you can download the source code and compile it yourself.

We will download the binary for the platform Digital Unix. This is most easily accomplished through lynx. The relevant URLs on the Apache site are:

ice%  lynx -source \
?  http://www.apache.org/dist/binaries/digitalunix/apache_1.3.9-alpha-dec-osf.tar.gz \
?  > apache_1.3.9-alpha-dec-osf.tar.gz

ice%  ls -l ~/apache_1.3.9-alpha-dec-osf.tar.gz 
-rwx-----x   1 jharvard  student   2569782 Dec  2 11:10 /home/j/h/jharvard/apache_1.3.9-alpha-dec-osf.tar.gz


previous | start | next