From b0770e31130c0c9c2e800f7a39bf18b4b2fb77df Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Thu, 19 Jun 2003 18:40:49 +0000 Subject: [PATCH] Fix some really nasty markup in mod_ssl (well, just a work-around really; the
 needs to be removed).

Add a missing faq section to the sitemap (my fault)

Add a columnspec to the quickreference.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100305 13f79535-47bb-0310-9956-ffa450edef68
---
 docs/manual/mod/mod_ssl.xml        | 7 +++----
 docs/manual/mod/quickreference.xml | 2 ++
 docs/manual/sitemap.xml            | 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 5109dffe98..5899388427 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -1108,8 +1108,8 @@ SSLRequire (    %{SSL_CIPHER} !~ m/^(EXP|NULL)-/ \
and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20 ) \
or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/ -
-Standard CGI/1.0 and Apache variables: + +

Standard CGI/1.0 and Apache variables:

 HTTP_USER_AGENT        PATH_INFO             AUTH_TYPE
 HTTP_REFERER           QUERY_STRING          SERVER_SOFTWARE
@@ -1125,7 +1125,7 @@ REQUEST_SCHEME         REMOTE_ADDR           TIME
 REQUEST_URI            REMOTE_USER           ENV:variablename
 REQUEST_FILENAME
 
-SSL-related variables: +

SSL-related variables:

 HTTPS                  SSL_CLIENT_M_VERSION   SSL_SERVER_M_VERSION
                        SSL_CLIENT_M_SERIAL    SSL_SERVER_M_SERIAL
@@ -1165,7 +1165,6 @@ SSL_VERSION_INTERFACE  SSL_CLIENT_S_DN_OU     SSL_SERVER_S_DN_OU
                        SSL_CLIENT_CERT_CHAINn
                        SSL_CLIENT_VERIFY
 
-
diff --git a/docs/manual/mod/quickreference.xml b/docs/manual/mod/quickreference.xml index 32744a82fb..4106bbe1a5 100644 --- a/docs/manual/mod/quickreference.xml +++ b/docs/manual/mod/quickreference.xml @@ -24,6 +24,7 @@ + @@ -31,6 +32,7 @@
sserver config
vvirtual host
ddirectory
+ diff --git a/docs/manual/sitemap.xml b/docs/manual/sitemap.xml index 5e52a601d4..8c0e1b046b 100644 --- a/docs/manual/sitemap.xml +++ b/docs/manual/sitemap.xml @@ -59,8 +59,8 @@ Apache Server Frequently Asked Questions Overview -All on One Page Support +Error Messages -- 2.50.1
CCore
MMPM
BBase