summaryrefslogtreecommitdiff
path: root/docs/manual/howto/access.html.en
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2017-03-28 13:28:17 +0000
committerRich Bowen <rbowen@apache.org>2017-03-28 13:28:17 +0000
commitfb9b64d5feb099001d80467533168644ea03ad72 (patch)
treedbef56b3dc622dd0fb3b0c51bcdfa4d41155d77e /docs/manual/howto/access.html.en
parentf5f35b853f35fcb43b976d91ea11a70f9014c8a8 (diff)
downloadhttpd-fb9b64d5feb099001d80467533168644ea03ad72.tar.gz
Add logo, link to "Support Apache" page, as per
request from Marketing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1789132 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto/access.html.en')
-rw-r--r--docs/manual/howto/access.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/howto/access.html.en b/docs/manual/howto/access.html.en
index dca69aa6ff..096ed2de76 100644
--- a/docs/manual/howto/access.html.en
+++ b/docs/manual/howto/access.html.en
@@ -30,7 +30,7 @@
<p>Access control refers to any means of controlling access to any
resource. This is separate from <a href="auth.html">authentication and authorization</a>.</p>
</div>
-<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#related">Related Modules and Directives</a></li>
+<div id="quickview"><a style="margin-right: 100px; margin-top: 2px;" href="https://www.apache.org/foundation/contributing.html"><img style="width: 95px; height: 95px;" src="https://www.apache.org/images/SupportApache-small.png" /></a><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#related">Related Modules and Directives</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#host">Access control by host</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#env">Access control by arbitrary variables</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#rewrite">Access control with mod_rewrite</a></li>