Child pages
  • Apache HTTP Server Installation

Versions Compared

Key

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

...

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