Child pages
  • Apache HTTP Server Installation

Versions Compared

Key

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

...

Use this external link: http://httpd.apache.org/docs/2.0/install.html

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

...