From bdavis@house.so14k.com  Fri Sep 24 13:24:06 2004
Return-Path: <bdavis@house.so14k.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 567B516A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 Sep 2004 13:24:06 +0000 (GMT)
Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.38.206.180])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0A7EB43D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 Sep 2004 13:24:06 +0000 (GMT)
	(envelope-from bdavis@house.so14k.com)
Received: from localhost (localhost [127.0.0.1])
	by valentine.liquidneon.com (Postfix) with ESMTP id 28E608B0
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 Sep 2004 07:24:05 -0600 (MDT)
Received: from valentine.liquidneon.com ([216.38.206.180])
 by localhost (valentine.liquidneon.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 12730-05 for <FreeBSD-gnats-submit@freebsd.org>;
 Fri, 24 Sep 2004 07:24:04 -0600 (MDT)
Received: from mccaffrey.house.so14k.com (67-41-215-55.dnvr.qwest.net [67.41.215.55])
	by valentine.liquidneon.com (Postfix) with ESMTP id B5A8F8AF
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 Sep 2004 07:24:04 -0600 (MDT)
Received: by mccaffrey.house.so14k.com (Postfix, from userid 1001)
	id C2E63CD0; Fri, 24 Sep 2004 07:24:03 -0600 (MDT)
Message-Id: <20040924132403.C2E63CD0@mccaffrey.house.so14k.com>
Date: Fri, 24 Sep 2004 07:24:03 -0600 (MDT)
From: Brad Davis <so14k@so14k.com>
Reply-To: Brad Davis <so14k@so14k.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Note that Apache 2.x contains SSL by default
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         72058
>Category:       docs
>Synopsis:       [patch] handbook: note that Apache 2.x contains SSL by default
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ceri
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 24 13:30:25 GMT 2004
>Closed-Date:    Mon Nov 08 21:17:45 GMT 2004
>Last-Modified:  Mon Nov 08 21:17:45 GMT 2004
>Originator:     Brad Davis
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD mccaffrey.house.so14k.com 4.10-STABLE FreeBSD 4.10-STABLE #0: Fri May 28 08:02:41 MDT 2004 root@mccaffrey.house.so14k.com:/usr/obj/usr/src/sys/MCCAFFREY i386
>Description:
	Note that Apache 2.x contains SSL by default
>How-To-Repeat:
>Fix:
--- doc-ori/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml Wed Sep 22 20:33:55 2004
+++ doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml     Fri Sep 24 07:11:05 2004
@@ -4247,9 +4247,12 @@
           that you can run a secure web server on &os;.</para>

        <para>If you have not yet installed
-         <application>Apache</application>, then a version of <application>Apache</application>
-         that includes <application>mod_ssl</application> may be installed with the <filename
-         role="package">www/apache13-modssl</filename> port.</para>
+     <application>Apache</application>, then a version of
+     <application>Apache</application> 1.3.x that includes
+     <application>mod_ssl</application> may be installed with the
+     <filename role="package">www/apache13-modssl</filename> port.
+     Otherwise <filename role="package">www/apache2</filename> contains
+     SSL support by default.</para>

 <!-- XXX add more information about configuring mod_ssl here. -->
 <!-- Generating keys, getting the key signed, setting up your secure -->

>Release-Note:
>Audit-Trail:

From: Ceri Davies <ceri@submonkey.net>
To: Brad Davis <so14k@so14k.com>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: docs/72058: Note that Apache 2.x contains SSL by default
Date: Fri, 24 Sep 2004 18:48:09 +0100

 On Fri, Sep 24, 2004 at 07:24:03AM -0600, Brad Davis wrote:
 
 > --- doc-ori/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml Wed Sep 22 20:33:55 2004
 > +++ doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml     Fri Sep 24 07:11:05 2004
 > @@ -4247,9 +4247,12 @@
 >            that you can run a secure web server on &os;.</para>
 > 
 >         <para>If you have not yet installed
 > -         <application>Apache</application>, then a version of <application>Apache</application>
 > -         that includes <application>mod_ssl</application> may be installed with the <filename
 > -         role="package">www/apache13-modssl</filename> port.</para>
 > +     <application>Apache</application>, then a version of
 > +     <application>Apache</application> 1.3.x that includes
 > +     <application>mod_ssl</application> may be installed with the
 > +     <filename role="package">www/apache13-modssl</filename> port.
 
 > +     Otherwise <filename role="package">www/apache2</filename> contains
 > +     SSL support by default.</para>
 
 Conjunctive adverbs are really to be avoided at the beginning of a
 sentence, if you don't want the bears to get you.
 
 Ceri
 -- 
 It is not tinfoil, it is my new skin.  I am a robot.

From: Brad Davis <so14k@so14k.com>
To: Ceri Davies <ceri@submonkey.net>,
	FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: docs/72058: Note that Apache 2.x contains SSL by default
Date: Fri, 24 Sep 2004 20:44:18 -0600

 On Friday 24 September 2004 11:48, Ceri Davies wrote:
 > On Fri, Sep 24, 2004 at 07:24:03AM -0600, Brad Davis wrote:
 > > --- doc-ori/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml
 > > Wed Sep 22 20:33:55 2004 +++
 > > doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml     Fri
 > > Sep 24 07:11:05 2004 @@ -4247,9 +4247,12 @@
 > >            that you can run a secure web server on &os;.</para>
 > >
 > >         <para>If you have not yet installed
 > > -         <application>Apache</application>, then a version of
 > > <application>Apache</application> -         that includes
 > > <application>mod_ssl</application> may be installed with the <filename - 
 > >        role="package">www/apache13-modssl</filename> port.</para> +    
 > > <application>Apache</application>, then a version of
 > > +     <application>Apache</application> 1.3.x that includes
 > > +     <application>mod_ssl</application> may be installed with the
 > > +     <filename role="package">www/apache13-modssl</filename> port.
 > >
 > > +     Otherwise <filename role="package">www/apache2</filename> contains
 > > +     SSL support by default.</para>
 >
 > Conjunctive adverbs are really to be avoided at the beginning of a
 > sentence, if you don't want the bears to get you.
 
 Ack! BEARS!!! RUN!
 
 Do you have something in mind to replace this?
 
 -- 
 Oh, I am a C programmer and I'm okay
  I muck with indices and structs all day
 And when it works, I shout hoo-ray
  Oh, I am a C programmer and I'm okay

From: Ceri Davies <ceri@submonkey.net>
To: Brad Davis <so14k@so14k.com>
Cc: FreeBSD Gnats Submit <freebsd-gnats-submit@FreeBSD.org>
Subject: Re: docs/72058: Note that Apache 2.x contains SSL by default
Date: Sat, 25 Sep 2004 12:09:46 +0100

 On Sat, Sep 25, 2004 at 02:50:29AM +0000, Brad Davis wrote:
 >  > On Fri, Sep 24, 2004 at 07:24:03AM -0600, Brad Davis wrote:
 >  > > --- doc-ori/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml
 >  > > Wed Sep 22 20:33:55 2004 +++
 >  > > doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml     Fri
 >  > > Sep 24 07:11:05 2004 @@ -4247,9 +4247,12 @@
 >  > >            that you can run a secure web server on &os;.</para>
 >  > >
 >  > >         <para>If you have not yet installed
 >  > > -         <application>Apache</application>, then a version of
 >  > > <application>Apache</application> -         that includes
 >  > > <application>mod_ssl</application> may be installed with the <filename - 
 >  > >        role="package">www/apache13-modssl</filename> port.</para> +    
 >  > > <application>Apache</application>, then a version of
 >  > > +     <application>Apache</application> 1.3.x that includes
 >  > > +     <application>mod_ssl</application> may be installed with the
 >  > > +     <filename role="package">www/apache13-modssl</filename> port.
 >  > >
 >  > > +     Otherwise <filename role="package">www/apache2</filename> contains
 >  > > +     SSL support by default.</para>
 >  >
 >  > Conjunctive adverbs are really to be avoided at the beginning of a
 >  > sentence, if you don't want the bears to get you.
 >  
 >  Ack! BEARS!!! RUN!
 
 Don't panic, just invest in one of these:
 http://projecttroy.com.nexx.com/website/index.html.
 
 >  Do you have something in mind to replace this?
 
 Perhaps just:
 
 	SSL support is also available in
 	<filename role="package">www/apache2</filename>, where it is
 	enabled by default.
 
 or something along those lines?
 
 Ceri
 -- 
 It is not tinfoil, it is my new skin.  I am a robot.

From: "Brad Davis" <so14k@so14k.com>
To: "Ceri Davies" <ceri@submonkey.net>
Cc: "FreeBSD Gnats Submit" <freebsd-gnats-submit@freebsd.org>
Subject: Re: docs/72058: Note that Apache 2.x contains SSL by default
Date: Sat, 25 Sep 2004 08:20:54 -0600 (MDT)

 On Sat, September 25, 2004 5:09 am, Ceri Davies said:
 > On Sat, Sep 25, 2004 at 02:50:29AM +0000, Brad Davis wrote:
 >>  > On Fri, Sep 24, 2004 at 07:24:03AM -0600, Brad Davis wrote:
 >>  > > ---
 >> doc-ori/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml
 >>  > > Wed Sep 22 20:33:55 2004 +++
 >>  > > doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml
 >> Fri
 >>  > > Sep 24 07:11:05 2004 @@ -4247,9 +4247,12 @@
 >>  > >            that you can run a secure web server on &os;.</para>
 >>  > >
 >>  > >         <para>If you have not yet installed
 >>  > > -         <application>Apache</application>, then a version of
 >>  > > <application>Apache</application> -         that includes
 >>  > > <application>mod_ssl</application> may be installed with the
 >> <filename -
 >>  > >        role="package">www/apache13-modssl</filename> port.</para> +
 >>  > > <application>Apache</application>, then a version of
 >>  > > +     <application>Apache</application> 1.3.x that includes
 >>  > > +     <application>mod_ssl</application> may be installed with the
 >>  > > +     <filename role="package">www/apache13-modssl</filename> port.
 >>  > >
 >>  > > +     Otherwise <filename role="package">www/apache2</filename>
 >> contains
 >>  > > +     SSL support by default.</para>
 >>  >
 >>  > Conjunctive adverbs are really to be avoided at the beginning of a
 >>  > sentence, if you don't want the bears to get you.
 >>
 >>  Ack! BEARS!!! RUN!
 >
 > Don't panic, just invest in one of these:
 > http://projecttroy.com.nexx.com/website/index.html.
 >
 >>  Do you have something in mind to replace this?
 >
 > Perhaps just:
 >
 > 	SSL support is also available in
 > 	<filename role="package">www/apache2</filename>, where it is
 > 	enabled by default.
 >
 > or something along those lines?
 
 
 Sounds good to me. Shall I make a new diff? :)
 
 Regards,
 Brad Davis
 
Responsible-Changed-From-To: freebsd-doc->ceri 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Sat Sep 25 16:53:31 GMT 2004 
Responsible-Changed-Why:  
I'll get this committed after the slush is over. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72058 

From: Ceri Davies <ceri@submonkey.net>
To: Brad Davis <so14k@so14k.com>
Cc: FreeBSD Gnats Submit <freebsd-gnats-submit@freebsd.org>
Subject: Re: docs/72058: Note that Apache 2.x contains SSL by default
Date: Sat, 25 Sep 2004 17:55:04 +0100

 On Sat, Sep 25, 2004 at 08:20:54AM -0600, Brad Davis wrote:
 > >>  Do you have something in mind to replace this?
 > >
 > > Perhaps just:
 > >
 > > 	SSL support is also available in
 > > 	<filename role="package">www/apache2</filename>, where it is
 > > 	enabled by default.
 > >
 > > or something along those lines?
 > 
 > Sounds good to me. Shall I make a new diff? :)
 
 No need, but thanks for the offer.
 
 Ceri
 -- 
 It is not tinfoil, it is my new skin.  I am a robot.
State-Changed-From-To: open->closed 
State-Changed-By: ceri 
State-Changed-When: Mon Nov 8 21:17:25 GMT 2004 
State-Changed-Why:  
I committed a mix of your patch and mine, as discussed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72058 
>Unformatted:
