From 4cbf6527c74518721155a61137c547e9ad537400 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 20 Nov 2012 02:05:12 +0000 Subject: [PATCH] Ensure that mod_ssl is loaded in the SSL example git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1411510 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/ssl/ssl_howto.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml index 336a8435ec..05ebbb2b27 100644 --- a/docs/manual/ssl/ssl_howto.xml +++ b/docs/manual/ssl/ssl_howto.xml @@ -40,6 +40,8 @@ before progressing to the advanced techniques.

following directives.

+LoadModule ssl_module modules/mod_ssl.so + Listen 443 <VirtualHost *:443> ServerName www.example.com -- 2.40.0