diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2025-01-08 22:13:45 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2025-01-08 22:13:45 +0100 |
commit | bc126eeb96577d34137fa0946c556ac20f198fca (patch) | |
tree | fd0b79d361682b77b58a06f167a42878d0537911 /docs/manual/mod/core.xml | |
parent | * modules/generators/mod_autoindex.c (dsortf): Ensure the function (diff) | |
download | apache2-bc126eeb96577d34137fa0946c556ac20f198fca.tar.xz apache2-bc126eeb96577d34137fa0946c556ac20f198fca.zip |
Use <highlight language="config"> instead of <example> in order to have syntax highlight work correctly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923003 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/core.xml')
-rw-r--r-- | docs/manual/mod/core.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index a1726a57aa..070f8ee57b 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -474,9 +474,9 @@ NoDecode option available in 2.3.12 and later.</compatibility> to remain <em>set</em> while allowing any others to be set. </p></note> - <example> + <highlight language="config"> AllowOverride Options=Indexes,MultiViews - </example> + </highlight> </dd> </dl> @@ -5343,9 +5343,9 @@ recognized methods to modules.</p> has been specified by this directive. The intent is to limit access to paths derived from untrusted inputs.</p> - <example> + <highlight language="config"> UNCList example.com other.example.com - </example> + </highlight> <note type="warning"><title>Security</title> <p>UNC paths accessed outside of request processing, such as during startup, |