diff options
author | Rich Bowen <rbowen@apache.org> | 2000-09-12 17:16:59 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2000-09-12 17:16:59 +0200 |
commit | 97318f9e2046169c8dfb18cd9e97b99994435587 (patch) | |
tree | 71f3ccd528f270f38d1ca35a707a8b71e1e05de7 /docs/manual/mod/directives.html | |
parent | Explictly close the AF_UNIX socket to the cgid child after nph cgis too. (diff) | |
download | apache2-97318f9e2046169c8dfb18cd9e97b99994435587.tar.xz apache2-97318f9e2046169c8dfb18cd9e97b99994435587.zip |
allow->Allow, deny->Deny, order->Order and require->Require.
All directives are now consistently capitalized.
PR:
Obtained from:
Submitted by: Rich Bowen <rbowen@rcbowen.com>
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86205 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/directives.html')
-rw-r--r-- | docs/manual/mod/directives.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html index c89cf84b71..bce69bb607 100644 --- a/docs/manual/mod/directives.html +++ b/docs/manual/mod/directives.html @@ -45,7 +45,7 @@ of the terms used in their descriptions available. <LI><A HREF="mod_log_agent.html#agentlog">AgentLog</A> <LI><A HREF="mod_alias.html#alias">Alias</A> <LI><A HREF="mod_alias.html#aliasmatch">AliasMatch</A> -<LI><A HREF="mod_access.html#allow">allow</A> +<LI><A HREF="mod_access.html#allow">Allow</A> <LI><A HREF="mod_proxy.html#allowconnect">AllowCONNECT</A> <LI><A HREF="core.html#allowoverride">AllowOverride</A> <LI><A HREF="mod_auth_anon.html#anonymous">Anonymous</A> @@ -100,7 +100,7 @@ of the terms used in their descriptions available. <LI><A HREF="mod_autoindex.html#defaulticon">DefaultIcon</A> <LI><A HREF="mod_mime.html#defaultlanguage">DefaultLanguage</A> <LI><A HREF="core.html#defaulttype">DefaultType</A> -<LI><A HREF="mod_access.html#deny">deny</A> +<LI><A HREF="mod_access.html#deny">Deny</A> <LI><A HREF="core.html#directory"><Directory></A> <LI><A HREF="core.html#directorymatch"><DirectoryMatch></A> <LI><A HREF="mod_dir.html#directoryindex">DirectoryIndex</A> @@ -161,7 +161,7 @@ of the terms used in their descriptions available. <LI><A HREF="core.html#namevirtualhost">NameVirtualHost</A> <LI><A HREF="mod_proxy.html#nocache">NoCache</A> <LI><A HREF="core.html#options">Options</A> -<LI><A HREF="mod_access.html#order">order</A> +<LI><A HREF="mod_access.html#order">Order</A> <LI><A HREF="mod_env.html#passenv">PassEnv</A> <LI><A HREF="core.html#pidfile">PidFile</A> <LI><A HREF="core.html#port">Port</A> @@ -181,7 +181,7 @@ of the terms used in their descriptions available. <LI><A HREF="mod_log_referer.html#refererignore">RefererIgnore</A> <LI><A HREF="mod_log_referer.html#refererlog">RefererLog</A> <LI><A HREF="mod_mime#removehandler">RemoveHandler</A> -<LI><A HREF="core.html#require">require</A> +<LI><A HREF="core.html#require">Require</A> <LI><A HREF="core.html#resourceconfig">ResourceConfig</A> <LI><A HREF="mod_rewrite.html#RewriteBase">RewriteBase</A> <LI><A HREF="mod_rewrite.html#RewriteCond">RewriteCond</A> |