]> granicus.if.org Git - apache/commitdiff
Remove unnecessary comments about uncompleted documentation.
authorErik Abele <erikabele@apache.org>
Sun, 4 Jan 2004 14:53:30 +0000 (14:53 +0000)
committerErik Abele <erikabele@apache.org>
Sun, 4 Jan 2004 14:53:30 +0000 (14:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102177 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/ssl-std.conf.in

index a3056ca1f5a35f7e93a7eb818ef8af24f1393113..6bd410bea5459edbfa274f89aea88777f5b12fa0 100644 (file)
@@ -3,10 +3,6 @@
 # It contains the configuration directives to instruct the server how to
 # serve pages over an https connection. For detailing information about these 
 # directives see <URL:http://httpd.apache.org/docs-2.1/mod/mod_ssl.html>
-#
-#   For the moment, see <URL:http://www.modssl.org/docs/> for this info. 
-#   The documents are still being prepared from material donated by the
-#   modssl project.
 # 
 # Do NOT simply read the instructions in here without understanding
 # what they do.  They're here only as hints or reminders.  If you are unsure
 #
 <IfDefine SSL>
 
-#   Until documentation is completed, please check http://www.modssl.org/
-#   for additional config examples and module docmentation.  Directives
-#   and features of mod_ssl are largely unchanged from the mod_ssl project
-#   for Apache 1.3.
-
 #
 # When we also provide SSL we have to listen to the 
 # standard HTTP port (see above) and to the HTTPS port
@@ -84,7 +75,7 @@ SSLRandomSeed connect builtin
 
 <VirtualHost _default_:443>
 
-#  General setup for the virtual host
+#   General setup for the virtual host
 DocumentRoot "@exp_htdocsdir@"
 ServerName www.example.com:443
 ServerAdmin you@example.com
@@ -246,4 +237,3 @@ CustomLog @exp_logfiledir@/ssl_request_log \
 </VirtualHost>                                  
 
 </IfDefine>
-