mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
Fix some really nasty markup in mod_ssl (well, just a work-around
really; the <pre> needs to be removed). Add a missing faq section to the sitemap (my fault) Add a columnspec to the quickreference. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100305 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1108,8 +1108,8 @@ SSLRequire ( %{SSL_CIPHER} !~ m/^(EXP|NULL)-/ \<br />
|
||||
and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20 ) \<br />
|
||||
or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
|
||||
</example>
|
||||
<table border="1"><tr><td>
|
||||
<em>Standard CGI/1.0 and Apache variables:</em>
|
||||
|
||||
<p><em>Standard CGI/1.0 and Apache variables:</em></p>
|
||||
<pre>
|
||||
HTTP_USER_AGENT PATH_INFO AUTH_TYPE
|
||||
HTTP_REFERER QUERY_STRING SERVER_SOFTWARE
|
||||
@@ -1125,7 +1125,7 @@ REQUEST_SCHEME REMOTE_ADDR TIME
|
||||
REQUEST_URI REMOTE_USER ENV:<strong>variablename</strong>
|
||||
REQUEST_FILENAME
|
||||
</pre>
|
||||
<em>SSL-related variables:</em>
|
||||
<p><em>SSL-related variables:</em></p>
|
||||
<pre>
|
||||
HTTPS SSL_CLIENT_M_VERSION SSL_SERVER_M_VERSION
|
||||
SSL_CLIENT_M_SERIAL SSL_SERVER_M_SERIAL
|
||||
@@ -1165,7 +1165,6 @@ SSL_VERSION_INTERFACE SSL_CLIENT_S_DN_OU SSL_SERVER_S_DN_OU
|
||||
SSL_CLIENT_CERT_CHAIN<strong>n</strong>
|
||||
SSL_CLIENT_VERIFY
|
||||
</pre>
|
||||
</td></tr></table>
|
||||
</usage>
|
||||
</directivesynopsis>
|
||||
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
|
||||
<legend>
|
||||
<table>
|
||||
<columnspec><column width=".1"/><column width=".2"/></columnspec>
|
||||
<tr><th>s</th><td>server config</td></tr>
|
||||
<tr><th>v</th><td>virtual host</td></tr>
|
||||
<tr><th>d</th><td>directory</td></tr>
|
||||
@@ -31,6 +32,7 @@
|
||||
</table>
|
||||
|
||||
<table>
|
||||
<columnspec><column width=".1"/><column width=".2"/></columnspec>
|
||||
<tr><th>C</th><td>Core</td></tr>
|
||||
<tr><th>M</th><td>MPM</td></tr>
|
||||
<tr><th>B</th><td>Base</td></tr>
|
||||
|
||||
@@ -59,8 +59,8 @@
|
||||
<category id="faq">
|
||||
<title>Apache Server Frequently Asked Questions</title>
|
||||
<page href="faq/">Overview</page>
|
||||
<page separate="yes" href="faq/all_in_one.html">All on One Page</page>
|
||||
<page href="faq/support.html">Support</page>
|
||||
<page href="faq/error.html">Error Messages</page>
|
||||
</category>
|
||||
|
||||
<category id="ssl">
|
||||
|
||||
Reference in New Issue
Block a user