You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2012/11/20 03:05:13 UTC

svn commit: r1411510 - /httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_howto.xml

Author: rbowen
Date: Tue Nov 20 02:05:12 2012
New Revision: 1411510

URL: http://svn.apache.org/viewvc?rev=1411510&view=rev
Log:
Ensure that mod_ssl is loaded in the SSL example

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_howto.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_howto.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_howto.xml?rev=1411510&r1=1411509&r2=1411510&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_howto.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/ssl/ssl_howto.xml Tue Nov 20 02:05:12 2012
@@ -40,6 +40,8 @@ before progressing to the advanced techn
 following directives.</p>
 
 <highlight language="config">
+LoadModule ssl_module modules/mod_ssl.so
+
 Listen 443
 &lt;VirtualHost *:443&gt;
     ServerName www.example.com