Skip to content

Commit 7378f2f

Browse files
author
Justin Erenkrantz
committed
Transformations done with Xalan-J.
(No one could reproduce the transformations that were in CVS, so regenerate the entire shabang.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95132 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2783e55 commit 7378f2f

53 files changed

Lines changed: 1505 additions & 1529 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/manual/mod/core.html

Lines changed: 353 additions & 326 deletions
Large diffs are not rendered by default.

docs/manual/mod/directives.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/manual/mod/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html xmlns="http://www.w3.org/TR/xhtml1/strict"><head><title>Module Index- Apache HTTP Server</title><link rel="stylesheet" type="text/css" href="../style/manual.css"/></head><body><blockquote><div align="center"><img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Module Index</h1>
1+
<html xmlns="http://www.w3.org/TR/xhtml1/strict"><head><title>Module Index- Apache HTTP Server</title><link href="../style/manual.css" type="text/css" rel="stylesheet"/></head><body><blockquote><div align="center"><img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Module Index</h1>
22
<p>
33
Below is a list of all of the modules that come as part of
44
the Apache distribution. See also the complete

docs/manual/mod/mod_access.html

Lines changed: 55 additions & 55 deletions
Large diffs are not rendered by default.

docs/manual/mod/mod_actions.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
33
This file is generated from xml source: DO NOT EDIT
44
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
5-
--><title>mod_actions- Apache HTTP Server</title><link rel="stylesheet" type="text/css" href="../style/manual.css"/></head><body><blockquote><div align="center"><img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache Module mod_actions</h1><table bgcolor="#cccccc" cellpadding="0" cellspacing="1"><tr><td><table bgcolor="#ffffff"><tr><td valign="top"><span class="help">Description:</span></td><td>This module provides for executing CGI scripts based on
6-
media type or request method.</td></tr><tr><td><a class="help" href="module-dict.html#Status">Status:</a></td><td>Base</td></tr><tr><td><a class="help" href="module-dict.html#ModuleIdentifier">Module&nbsp;Identifier:</a></td><td>actions_module</td></tr></table></td></tr></table><h2>Summary</h2>
7-
<p>This module has two directives. The <a class="directive" href="#action"><code class="directive">Action</code></a> directive lets you run CGI
5+
--><title>mod_actions- Apache HTTP Server</title><link href="../style/manual.css" type="text/css" rel="stylesheet"/></head><body><blockquote><div align="center"><img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache Module mod_actions</h1><table cellspacing="1" cellpadding="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td valign="top"><span class="help">Description:</span></td><td>This module provides for executing CGI scripts based on
6+
media type or request method.</td></tr><tr><td><a href="module-dict.html#Status" class="help">Status:</a></td><td>Base</td></tr><tr><td><a href="module-dict.html#ModuleIdentifier" class="help">Module&nbsp;Identifier:</a></td><td>actions_module</td></tr></table></td></tr></table><h2>Summary</h2>
7+
<p>This module has two directives. The <a href="#action" class="directive"><code class="directive">Action</code></a> directive lets you run CGI
88
scripts whenever a file of a certain type is requested. The
9-
<a class="directive" href="#script"><code class="directive">Script</code></a> directive lets
9+
<a href="#script" class="directive"><code class="directive">Script</code></a> directive lets
1010
you run CGI scripts whenever a particular method is used in a
1111
request. This makes it much easier to execute scripts that process
1212
files.</p>
13-
<h2>Directives</h2><ul><li><a href="#action">Action</a></li><li><a href="#script">Script</a></li></ul><hr/><h2><a name="Action">Action</a> <a name="action">Directive</a></h2><table bgcolor="#cccccc" border="0" cellspacing="0" cellpadding="1"><tr><td><table bgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Activates a CGI script for a particular handler or
14-
content-type</td></tr><tr><td><a class="help" href="directive-dict.html#Syntax">Syntax:</a></td><td>Action <em>action-type cgi-script</em></td></tr><tr><td><a class="help" href="directive-dict.html#Context">Context:</a></td><td>server config, virtual host, directory, .htaccess</td></tr><tr><td><a class="help" href="directive-dict.html#Override">Override:</a></td><td>FileInfo</td></tr><tr><td><a class="help" href="directive-dict.html#Status">Status:</a></td><td>Base</td></tr><tr><td><a class="help" href="directive-dict.html#Module">Module:</a></td><td>mod_actions</td></tr></table></td></tr></table>
13+
<h2>Directives</h2><ul><li><a href="#action">Action</a></li><li><a href="#script">Script</a></li></ul><hr/><h2><a name="Action">Action</a> <a name="action">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Activates a CGI script for a particular handler or
14+
content-type</td></tr><tr><td><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td>Action <em>action-type cgi-script</em></td></tr><tr><td><a href="directive-dict.html#Context" class="help">Context:</a></td><td>server config, virtual host, directory, .htaccess</td></tr><tr><td><a href="directive-dict.html#Override" class="help">Override:</a></td><td>FileInfo</td></tr><tr><td><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Base</td></tr><tr><td><a href="directive-dict.html#Module" class="help">Module:</a></td><td>mod_actions</td></tr></table></td></tr></table>
1515
<p>This directive adds an action, which will activate
1616
<em>cgi-script</em> when <em>action-type</em> is triggered by the
1717
request. The <em>cgi-script</em> is the URL-path to a resource
18-
that has been designated as a CGI script using <a class="directive" href="mod_alias.html#scriptaliase"><code class="directive">ScriptAliase</code></a> or <a class="directive" href="mod_mime.html#addhandler"><code class="directive">AddHandler</code></a>. The
18+
that has been designated as a CGI script using <a href="mod_alias.html#scriptaliase" class="directive"><code class="directive">ScriptAliase</code></a> or <a href="mod_mime.html#addhandler" class="directive"><code class="directive">AddHandler</code></a>. The
1919
<em>action-type</em> can be either a <a href="../handler.html">handler</a> or a MIME content type. It
2020
sends the URL and file path of the requested document using the
2121
standard CGI PATH_INFO and PATH_TRANSLATED environment
@@ -24,12 +24,12 @@ <h2>Directives</h2><ul><li><a href="#action">Action</a></li><li><a href="#script
2424
<blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><p align="center"><strong>Examples</strong></p><code>
2525

2626

27-
# Requests for files of a particular type:<br/>
28-
Action image/gif /cgi-bin/images.cgi<br/>
29-
<br/>
30-
# Files of a particular file extension<br/>
31-
AddHandler my-file-type .xyz<br/>
32-
Action my-file-type /cgi-bin/program.cgi<br/>
27+
# Requests for files of a particular type:<br>
28+
Action image/gif /cgi-bin/images.cgi<br>
29+
<br>
30+
# Files of a particular file extension<br>
31+
AddHandler my-file-type .xyz<br>
32+
Action my-file-type /cgi-bin/program.cgi<br>
3333
</code></td></tr></table></blockquote>
3434

3535
<p>In the first example, requests for files with a MIME content
@@ -39,12 +39,12 @@ <h2>Directives</h2><ul><li><a href="#action">Action</a></li><li><a href="#script
3939
<p>In the second example, requests for files with a file extension of
4040
<code>.xyz</code> are handled instead by the specified cgi script
4141
<code>/cgi-bin/program.cgi</code>.</p>
42-
<p><strong>See also </strong></p><ul><li><a class="directive" href="mod_mime.html#addhandler"><code class="directive">AddHandler</code></a></li></ul><hr/><h2><a name="Script">Script</a> <a name="script">Directive</a></h2><table bgcolor="#cccccc" border="0" cellspacing="0" cellpadding="1"><tr><td><table bgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Activates a CGI script for a particular request
43-
method.</td></tr><tr><td><a class="help" href="directive-dict.html#Syntax">Syntax:</a></td><td> Script <em>method cgi-script</em></td></tr><tr><td><a class="help" href="directive-dict.html#Context">Context:</a></td><td>server config, virtual host, directory</td></tr><tr><td><a class="help" href="directive-dict.html#Status">Status:</a></td><td>Base</td></tr><tr><td><a class="help" href="directive-dict.html#Module">Module:</a></td><td>mod_actions</td></tr></table></td></tr></table>
42+
<p><strong>See also </strong></p><ul><li><a href="mod_mime.html#addhandler" class="directive"><code class="directive">AddHandler</code></a></li></ul><hr/><h2><a name="Script">Script</a> <a name="script">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Activates a CGI script for a particular request
43+
method.</td></tr><tr><td><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td> Script <em>method cgi-script</em></td></tr><tr><td><a href="directive-dict.html#Context" class="help">Context:</a></td><td>server config, virtual host, directory</td></tr><tr><td><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Base</td></tr><tr><td><a href="directive-dict.html#Module" class="help">Module:</a></td><td>mod_actions</td></tr></table></td></tr></table>
4444
<p>This directive adds an action, which will activate
4545
<em>cgi-script</em> when a file is requested using the method of
4646
<em>method</em>. The <em>cgi-script</em> is the URL-path to a
47-
resource that has been designated as a CGI script using <a class="directive" href="mod_alias.html#scriptaliase"><code class="directive">ScriptAliase</code></a> or <a class="directive" href="mod_mime.html#addhandler"><code class="directive">AddHandler</code></a>. The URL and
47+
resource that has been designated as a CGI script using <a href="mod_alias.html#scriptaliase" class="directive"><code class="directive">ScriptAliase</code></a> or <a href="mod_mime.html#addhandler" class="directive"><code class="directive">AddHandler</code></a>. The URL and
4848
file path of the requested document is sent using the standard CGI
4949
PATH_INFO and PATH_TRANSLATED environment variables.</p>
5050

@@ -65,9 +65,9 @@ <h2>Directives</h2><ul><li><a href="#action">Action</a></li><li><a href="#script
6565

6666
<blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><p align="center"><strong>Examples</strong></p><code>
6767

68-
# For &lt;ISINDEX&gt;-style searching<br/>
69-
Script GET /cgi-bin/search<br/>
70-
# A CGI PUT handler<br/>
71-
Script PUT /~bob/put.cgi<br/>
68+
# For &lt;ISINDEX&gt;-style searching<br>
69+
Script GET /cgi-bin/search<br>
70+
# A CGI PUT handler<br>
71+
Script PUT /~bob/put.cgi<br>
7272
</code></td></tr></table></blockquote>
7373
<hr/></blockquote><h3 align="center">Apache HTTP Server Version 2.0</h3><a href="./"><img src="../images/index.gif" alt="Index"/></a><a href="../"><img src="../images/home.gif" alt="Home"/></a></body></html>

0 commit comments

Comments
 (0)