You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--><title>mod_actions- Apache HTTP Server</title><linkrel="stylesheet" type="text/css" href="../style/manual.css"/></head><body><blockquote><divalign="center"><imgsrc="../images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1align="center">Apache Module mod_actions</h1><tablebgcolor="#cccccc" cellpadding="0" cellspacing="1"><tr><td><tablebgcolor="#ffffff"><tr><tdvalign="top"><spanclass="help">Description:</span></td><td>This module provides for executing CGI scripts based on
6
-
media type or request method.</td></tr><tr><td><aclass="help" href="module-dict.html#Status">Status:</a></td><td>Base</td></tr><tr><td><aclass="help" href="module-dict.html#ModuleIdentifier">Module Identifier:</a></td><td>actions_module</td></tr></table></td></tr></table><h2>Summary</h2>
7
-
<p>This module has two directives. The <aclass="directive" href="#action"><codeclass="directive">Action</code></a> directive lets you run CGI
5
+
--><title>mod_actions- Apache HTTP Server</title><linkhref="../style/manual.css" type="text/css" rel="stylesheet"/></head><body><blockquote><divalign="center"><imgsrc="../images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1align="center">Apache Module mod_actions</h1><tablecellspacing="1" cellpadding="0" bgcolor="#cccccc"><tr><td><tablebgcolor="#ffffff"><tr><tdvalign="top"><spanclass="help">Description:</span></td><td>This module provides for executing CGI scripts based on
6
+
media type or request method.</td></tr><tr><td><ahref="module-dict.html#Status"class="help">Status:</a></td><td>Base</td></tr><tr><td><ahref="module-dict.html#ModuleIdentifier" class="help">Module Identifier:</a></td><td>actions_module</td></tr></table></td></tr></table><h2>Summary</h2>
7
+
<p>This module has two directives. The <ahref="#action" class="directive"><codeclass="directive">Action</code></a> directive lets you run CGI
8
8
scripts whenever a file of a certain type is requested. The
you run CGI scripts whenever a particular method is used in a
11
11
request. This makes it much easier to execute scripts that process
12
12
files.</p>
13
-
<h2>Directives</h2><ul><li><ahref="#action">Action</a></li><li><ahref="#script">Script</a></li></ul><hr/><h2><aname="Action">Action</a><aname="action">Directive</a></h2><tablebgcolor="#cccccc" border="0" cellspacing="0" cellpadding="1"><tr><td><tablebgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Activates a CGI script for a particular handler or
<h2>Directives</h2><ul><li><ahref="#action">Action</a></li><li><ahref="#script">Script</a></li></ul><hr/><h2><aname="Action">Action</a><aname="action">Directive</a></h2><tablecellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><tablebgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Activates a CGI script for a particular handler or
<p>This directive adds an action, which will activate
16
16
<em>cgi-script</em> when <em>action-type</em> is triggered by the
17
17
request. The <em>cgi-script</em> is the URL-path to a resource
18
-
that has been designated as a CGI script using <aclass="directive" href="mod_alias.html#scriptaliase"><codeclass="directive">ScriptAliase</code></a> or <aclass="directive" href="mod_mime.html#addhandler"><codeclass="directive">AddHandler</code></a>. The
18
+
that has been designated as a CGI script using <ahref="mod_alias.html#scriptaliase"class="directive"><codeclass="directive">ScriptAliase</code></a> or <ahref="mod_mime.html#addhandler" class="directive"><codeclass="directive">AddHandler</code></a>. The
19
19
<em>action-type</em> can be either a <ahref="../handler.html">handler</a> or a MIME content type. It
20
20
sends the URL and file path of the requested document using the
21
21
standard CGI PATH_INFO and PATH_TRANSLATED environment
<p>In the second example, requests for files with a file extension of
40
40
<code>.xyz</code> are handled instead by the specified cgi script
41
41
<code>/cgi-bin/program.cgi</code>.</p>
42
-
<p><strong>See also </strong></p><ul><li><aclass="directive" href="mod_mime.html#addhandler"><codeclass="directive">AddHandler</code></a></li></ul><hr/><h2><aname="Script">Script</a><aname="script">Directive</a></h2><tablebgcolor="#cccccc" border="0" cellspacing="0" cellpadding="1"><tr><td><tablebgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Activates a CGI script for a particular request
<p><strong>See also </strong></p><ul><li><ahref="mod_mime.html#addhandler"class="directive"><codeclass="directive">AddHandler</code></a></li></ul><hr/><h2><aname="Script">Script</a><aname="script">Directive</a></h2><tablecellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><tablebgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Activates a CGI script for a particular request
<p>This directive adds an action, which will activate
45
45
<em>cgi-script</em> when a file is requested using the method of
46
46
<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 <aclass="directive" href="mod_alias.html#scriptaliase"><codeclass="directive">ScriptAliase</code></a> or <aclass="directive" href="mod_mime.html#addhandler"><codeclass="directive">AddHandler</code></a>. The URL and
47
+
resource that has been designated as a CGI script using <ahref="mod_alias.html#scriptaliase"class="directive"><codeclass="directive">ScriptAliase</code></a> or <ahref="mod_mime.html#addhandler" class="directive"><codeclass="directive">AddHandler</code></a>. The URL and
48
48
file path of the requested document is sent using the standard CGI
49
49
PATH_INFO and PATH_TRANSLATED environment variables.</p>
<hr/></blockquote><h3align="center">Apache HTTP Server Version 2.0</h3><ahref="./"><imgsrc="../images/index.gif" alt="Index"/></a><ahref="../"><imgsrc="../images/home.gif" alt="Home"/></a></body></html>
0 commit comments