From 86ab4211a9db661daf125be6cd8ee8bcd3ba6297 Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Sun, 1 May 2016 17:47:37 +0000
Subject: [PATCH] Remove useless
in highlight blocks.
(r1741864 in 2.4.x + small tweak because quoting is different. This will be fixed later on)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741874 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_autoindex.xml | 2 +-
docs/manual/mod/mod_proxy.xml | 6 +++---
docs/manual/mod/mod_ssl.xml | 4 ++--
docs/manual/rewrite/access.xml | 12 ++++++------
docs/manual/rewrite/rewritemap.xml | 2 +-
docs/manual/urlmapping.xml | 6 +++---
6 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml
index 55e2c9fdd0..e7fa5d7b74 100644
--- a/docs/manual/mod/mod_autoindex.xml
+++ b/docs/manual/mod/mod_autoindex.xml
@@ -980,7 +980,7 @@ indexing
so far. Consider the following example:
-IndexOptions +ScanHTMLTitles -IconsAreLinks FancyIndexing
+IndexOptions +ScanHTMLTitles -IconsAreLinks FancyIndexing
IndexOptions +SuppressSize
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index c58669ad5e..d56c491e86 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -1862,9 +1862,9 @@ NoProxy .example.com 192.168.112.0/21
Example
- ProxyRemote * http://firewall.example.com:81
- NoProxy .example.com 192.168.112.0/21
- ProxyDomain .example.com
+ProxyRemote "*" "http://firewall.example.com:81"
+NoProxy ".example.com" "192.168.112.0/21"
+ProxyDomain ".example.com"
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index e673dbf8c3..2b4dfc91fd 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -268,8 +268,8 @@ directive.
either with a client certificate or by username and password.
- Require ssl-verify-client
- Require valid-user
+Require ssl-verify-client
+Require valid-user
diff --git a/docs/manual/rewrite/access.xml b/docs/manual/rewrite/access.xml
index 67aa57a0d3..647f20c81d 100644
--- a/docs/manual/rewrite/access.xml
+++ b/docs/manual/rewrite/access.xml
@@ -291,12 +291,12 @@ RewriteRule "^" "${deflector:%{HTTP_REFERER}}" [R,L]
placed in the map:
-##
-## deflector.map
-##
-
-http://badguys.example.com/bad/index.html -
-http://badguys.example.com/bad/index2.html -
+##
+## deflector.map
+##
+
+http://badguys.example.com/bad/index.html -
+http://badguys.example.com/bad/index2.html -
http://badguys.example.com/bad/index3.html http://somewhere.example.com/
diff --git a/docs/manual/rewrite/rewritemap.xml b/docs/manual/rewrite/rewritemap.xml
index 0386394e7c..a08ee36869 100644
--- a/docs/manual/rewrite/rewritemap.xml
+++ b/docs/manual/rewrite/rewritemap.xml
@@ -381,7 +381,7 @@ by many requests.
Rewrite configuration
-RewriteMap d2u "prg:/www/bin/dash2under.programlisting" apache:apache
+RewriteMap d2u "prg:/www/bin/dash2under.programlisting" apache:apache
RewriteRule "-" "${d2u:%{REQUEST_URI}}"
diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml
index 627c90d56f..8b36dc5578 100644
--- a/docs/manual/urlmapping.xml
+++ b/docs/manual/urlmapping.xml
@@ -269,9 +269,9 @@ and returns them to the client as if they were from the local
server.
-ProxyPass "/foo/" "http://internal.example.com/bar/"
-ProxyPassReverse "/foo/" "http://internal.example.com/bar/"
-ProxyPassReverseCookieDomain internal.example.com public.example.com
+ProxyPass "/foo/" "http://internal.example.com/bar/"
+ProxyPassReverse "/foo/" "http://internal.example.com/bar/"
+ProxyPassReverseCookieDomain internal.example.com public.example.com
ProxyPassReverseCookiePath "/foo/" "/bar/"
--
2.50.1