From 7962cd98760ee407c0cc0b6d30746f87049fde9e Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 15 Nov 2010 20:35:37 +0000 Subject: [PATCH] Missing newline git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035434 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/ssl/ssl_howto.html.en | 2 +- docs/manual/ssl/ssl_howto.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/ssl/ssl_howto.html.en b/docs/manual/ssl/ssl_howto.html.en index ad15f9ed5d..0e597d5dc4 100644 --- a/docs/manual/ssl/ssl_howto.html.en +++ b/docs/manual/ssl/ssl_howto.html.en @@ -51,7 +51,7 @@ without knowing its restrictions and how it interacts with other systems.

following directives.

- Listen 443 + Listen 443
<VirtualHost _default_:443>
ServerName www.domain.com
SSLEngine on
diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml index bc8bd38743..276be6a8fc 100644 --- a/docs/manual/ssl/ssl_howto.xml +++ b/docs/manual/ssl/ssl_howto.xml @@ -49,7 +49,7 @@ without knowing its restrictions and how it interacts with other systems.

following directives.

- Listen 443 + Listen 443
<VirtualHost _default_:443>
ServerName www.domain.com
SSLEngine on
-- 2.50.1