Bug 114898

Summary: [request]: Update handbook section 27.7 to handle Apache 2.x
Product: Documentation Reporter: Ernst de Haan <znerd>
Component: Books & ArticlesAssignee: Remko Lodder <remko>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ernst de Haan freebsd_committer freebsd_triage 2007-07-25 15:30:02 UTC
The FreeBSD Handbook, section 27.7, describes the installation of Apache:
http://www.freebsd.org/doc/en/books/handbook/network-apache.html

My request is to update the handbook so it takes Apache 2.x into account.
Possible options include:

  1. Initially add notes in section 27.7 where the current description
     does not apply to Apache 2, detailing the differences.
     Then at some later point, when Apache 2 becomes the preferred version,
     this approach can be reversed, so the main description deals with
     Apache 2, with notes detailing the differences with Apache 1.3.

  2. Have a separate page describing Apache 2.x (less preferred IMHO).

A first step would be to indicate that Apache 2.1 and 2.2 are available from
ports. Currently, section 27.7 indicates Apache can be installed from either
www/apache13 or from www/apache20. However, there are various alternative
options:

	$ ls /usr/ports/www | grep ^apache
	apache-contrib
	apache-forrest
	apache-jserv
	apache-mode.el
	apache13
	apache13+ipv6
	apache13-modperl
	apache13-modssl
	apache13-modssl+ipv6
	apache13-ssl
	apache20
	apache21
	apache22

I would suggest at least apache22 to be mentioned, possibly even instead of
apache20, since according to the Apache project, 2.2.x is preferred over
2.0.x:
http://httpd.apache.org/download.cgi
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-11-28 21:27:03 UTC
remko       2007-11-28 21:26:59 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/network-servers chapter.sgml 
  Log:
  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
  
  Revision  Changes    Path
  1.102     +7 -3      doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Remko Lodder freebsd_committer freebsd_triage 2007-11-28 21:29:20 UTC
Responsible Changed
From-To: freebsd-doc->remko

I initially worked on this a bit already so grab the ticket
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2008-01-26 04:58:07 UTC
State Changed
From-To: open->closed

It appears that this has already been committed.