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.2.32.tar.bz2
$ tar -xvf httpd-2.2.32.tar
Column
width50%

Linux

Code Block
languagebash
themeDJango
$ tar -xzvf httpd-2.2.32.tar.gz

Next, we will compile apache.

Warning
titleApache 2.4 Setup

Since Apache 2.4, the Apache Portable Runtime and the Perl Compatible Regex modules are no longer packaged with the original source. However, these modules are mandatory for Apache to compile and run. Apache provides the flexibility to point to existing instances of these when compiling. If you do not have these modules you can add them as follows:

Code Block
languagebash
themeDJango
test