Child pages
  • Apache HTTP Server Installation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Always use the operation system package repository instead of downloading and compiling from source if there is an package repository available.

  • FreeBSD
    Code Block
    cd /usr/ports/www/apacke/
    make install clean
  • Ubuntu, Debian
    Code Block
    apt-get update
    apt-get install apache
    

Download
Apache HTTP Server downloads can be accessed through the following URL: http://httpd.apache.org/download.cgi

...