How to install Apache?

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • John_Accuwebhosting
    Senior Member
    • Jun 2006
    • 120

    How to install Apache?

    Below are the steps to install Apache on Linux box:
    • Download using wget Welcome to mirrored.ca
    • tar –xvzf httpd-2.2.0.tar.gz
    • cd httpd-2.2.0.tar.gz
    • configure using
    • ./configure --prefix=/usr/local/apache --with-php --with-mysql --with-su***ec --enable-mods-shared=all --disable-info
    • make
    • make install.

Working...
X