handbook:handbook:apache2
Apache 2.x
Introduction
Apache 2.0 is a standards compliant, fast and mature web server which excels at delivering static content such as static HTML pages and images.
Download the required software
Apache 2.X Binaries > http://www.apache.org/dist/httpd/binaries/
Install Apache.
- Linux: gunzip the *.gz you downloaded, untar and run install-bindist.sh
- For *nux, to install Apache 2.0.42 with mod_sll installed, you will need to compile from source:
You can freely use http://httpd.apache.org/docs-2.0/install.html as a reference.
$ lynx http://www.apache.org/dist/httpd/httpd-2.0.42.tar.gz $ gzip -d httpd-2.0.42.tar.gz $ tar xvf httpd-2.0.42.tar $ ./configure --enable-mods-shared=most --enable-ssl=shared $ make $ make install
handbook/handbook/apache2.txt · Last modified: by 127.0.0.1
