Install apache 1.3 HTTP Server

xiaoxiao2021-03-06  116

http://httpd.apache.org/docs/install.html

1. Download the package from http://httpd.apache.org/download.cgi

2. Extract The Tar File

Tar -zvxf apache_1.3.31.tar.gz

3. Compile and INSTALL

./configure --prefix = / usr / local / apache

Make

Make Install

4. Start The Server

/ usr / local / apache / bin / apachectl start

5. Verify Installation

Http: // Apache-Server to Bring Up "Test Page for Apache Installation"

转载请注明原文地址:https://www.9cbs.com/read-99964.html

New Post(0)