git: 7d74a57e00 - main - Shorten sentence a bit to make it easier to read
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 17:13:48 UTC
The branch main has been updated by bcr: URL: https://cgit.FreeBSD.org/doc/commit/?id=7d74a57e0005b05a45f82c771e2a25c7ba9de701 commit 7d74a57e0005b05a45f82c771e2a25c7ba9de701 Author: Benedict Reuschling <bcr@FreeBSD.org> AuthorDate: 2023-12-28 17:11:37 +0000 Commit: Benedict Reuschling <bcr@FreeBSD.org> CommitDate: 2023-12-28 17:11:37 +0000 Shorten sentence a bit to make it easier to read The extra words at beginning of the sentence don't add much to the understanding of the sentence. Also, there was a superfluous "in" present which was removed as well. --- documentation/content/en/books/handbook/network-servers/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/network-servers/_index.adoc b/documentation/content/en/books/handbook/network-servers/_index.adoc index daf764ed0c..42bad97ed1 100644 --- a/documentation/content/en/books/handbook/network-servers/_index.adoc +++ b/documentation/content/en/books/handbook/network-servers/_index.adoc @@ -2117,7 +2117,7 @@ This section describes three of the most commonly used modules. ==== SSL support -At one in point in time, support for SSL inside of Apache required a secondary module called [.filename]#mod_ssl#. +At one point, support for SSL inside of Apache required a secondary module called [.filename]#mod_ssl#. This is no longer the case and the default install of Apache comes with SSL built into the web server. An example of how to enable support for SSL websites is available in the installed file, [.filename]#httpd-ssl.conf# inside of the [.filename]#/usr/local/etc/apache24/extra# directory Inside this directory is also a sample file called named [.filename]#ssl.conf-sample#.