From dc302a920c4f7b9626fe95643e8de4d88f16348c Mon Sep 17 00:00:00 2001 From: Remko Lodder Date: Wed, 28 Nov 2007 21:26:59 +0000 Subject: [PATCH] Add some information for apache 2.2 instead of 2.0 and give a really short idea on how to enable apache2.2 via the /etc/rc.conf system. This is just an initial commit in this region. PR: docs/114898 Submitted by: znerd --- .../books/handbook/network-servers/chapter.sgml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml b/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml index 8ae53c5852..51fe1e4b59 100644 --- a/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml @@ -3819,7 +3819,7 @@ www IN CNAME @ install Apache when you first installed FreeBSD, then you can install it from the www/apache13 or www/apache20 port. + role="package">www/apache22 port. Once Apache has been installed successfully, it must be configured. @@ -3952,6 +3952,10 @@ Log file format --> apache_enable="YES" + or for Apache 2.2: + + apache22_enable="YES" + If you would like to supply additional command line options for the Apache httpd program started at system boot, you @@ -4041,7 +4045,7 @@ DocumentRoot /www/someotherdomain.tld 1.3.X that includes mod_ssl may be installed with the www/apache13-modssl port. SSL support is also available for Apache 2.X in the - www/apache20 port, + www/apache22 port, where it is enabled by default. @@ -4082,7 +4086,7 @@ DocumentRoot /www/someotherdomain.tld remember that mod_perl 1.0 only works with Apache 1.3 and mod_perl 2.0 only works with - Apache 2. + Apache 2.X. mod_perl 1.0 is available in www/mod_perl and a statically compiled version is available in