aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/content/en/books/handbook/network-servers/_index.adoc2
1 files changed, 1 insertions, 1 deletions
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#.