Page tree

Versions Compared

Key

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

...

Section
bordertrue
Column
width50%

Unix/Solaris

Code Block
languagebash
themeDJango
# Use -k switch to preserve the original archive
$ bzip2 -d[k] httpd-2.4.9.tar.bz2
$ tar -xvf httpd-2.4.9.tar -C /opt/httpd/
Column
width50%

Linux

Code Block
languagebash
themeDJango
$ tar -xzvf httpd-2.4.9.tar.gz -C /opt/apache2httpd/

2) Compile Apache

Next, we will compile Apache. Different versions require different steps, so choose your version below:

...