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

docs/conf/ssl-std.conf.in

index 411088c5519bdac4a8e850666bb31e715cdcfa56..5819b5a3c84b0fd3c41898312cc03f41db9bf5ee 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.0/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>
-