From 232d9e3c8a8f133422f6080a9d66f0500b8150c6 Mon Sep 17 00:00:00 2001
From: Luca Toscano Escape characters as required by LDAP distinguished name escaping
(RFC4514) and LDAP filter escaping (RFC4515).
diff --git a/docs/manual/glossary.xml b/docs/manual/glossary.xml
index e8a858faba..d855f958d7 100644
--- a/docs/manual/glossary.xml
+++ b/docs/manual/glossary.xml
@@ -371,7 +371,7 @@
See: SSL/TLS Encryption
-
- replace
replace(string, "from", "to") replaces all occurences of "from"
+ replace(string, "from", "to") replaces all occurrences of "from"
in the string with "to". /www/
(or any subdirectory thereof)
that consist of three numbers.
The
The
/someapplication/image.gif;jsessionid=123456789
/someapplication/image.gif?PHPSESSIONID=12345678
This causes cachable resources to be stored separately for each session, which +
This causes cacheable resources to be stored separately for each session, which
is often not desired.
CacheIgnoreURLSessionIdentifiers None
clears the list of ignored
diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml
index 0df854593e..b3b5702452 100644
--- a/docs/manual/mod/mod_ldap.xml
+++ b/docs/manual/mod/mod_ldap.xml
@@ -340,7 +340,7 @@ LDAPTrustedGlobalCert KEY_BASE64 /certs/key1.pem [password]
Both CA and client certificates may be specified globally (LDAPTrustedGlobalCert) or per-connection (LDAPTrustedClientCert). When any settings are specified per-connection, the global - settings are superceded.
+ settings are superseded.The documentation for the SDK claims to support both SSL and
STARTTLS, however STARTTLS does not seem to work on all versions
diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml
index 470a11fef6..fa33c13d89 100644
--- a/docs/manual/mod/mod_lua.xml
+++ b/docs/manual/mod/mod_lua.xml
@@ -936,11 +936,11 @@ r:htpassword(string [,algorithm [,cost]]) -- Creates a password hash from a stri
CONNECT method requests are controlled by the
The choice of digest function determines how a digest is created
from a record unit. SSL supports the following:$N
in the substitution string!
qslast|QSL
Interpret the last (right-most) question mark as the query string
- delimeter, instead of the first (left-most) as normally used.
+ delimiter, instead of the first (left-most) as normally used.
Available in 2.4.19 and later.
details
...
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 37f4365beb..836c7d4065 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -1950,7 +1950,7 @@ As of release 2.4.21, all configurations which enable either one of the
will use the new SSLProxyCheckPeerName
or SSLProxyCheckPeerCN
options
-will supress all remote server certificate name validation. Only the following
+will suppress all remote server certificate name validation. Only the following
configuration will trigger the legacy certificate CN comparison in 2.4.21 and
later releases;
diff --git a/docs/manual/socache.xml b/docs/manual/socache.xml
index d0338b8c8e..61499b0d30 100644
--- a/docs/manual/socache.xml
+++ b/docs/manual/socache.xml
@@ -67,7 +67,7 @@