<usage>
<p>This directive adds an action, which will activate
<var>cgi-script</var> when <var>action-type</var> is triggered by
- the request. The <var>cgi-script</var> is the URL-path to a
+ the request. The <var>cgi-script</var> is the URL-path to a
resource that has been designated as a CGI script using <directive
module="mod_alias">ScriptAlias</directive> or <directive
module="mod_mime">AddHandler</directive>. The
href="../handler.html">handler</a> or a <glossary
ref="mime-type">MIME content type</glossary>. It sends the URL and
file path of the requested document using the standard CGI
- <code>PATH_INFO</code> and <code>PATH_TRANSLATED</code>
+ <glossary ref="pathinfo">PATH_INFO</glossary> and <code>PATH_TRANSLATED</code>
environment variables. The handler used for the particular request
is passed using the <code>REDIRECT_HANDLER</code> variable.</p>
<p>In this example, requests for files with a MIME content
type of <code>image/gif</code> will be handled by the
- specified cgi script <code>/cgi-bin/images.cgi</code>.</p>
+ specified CGI script <code>/cgi-bin/images.cgi</code>.</p>
<example>
<title>Example: File extension</title>
</highlight>
</example>
<p>In this example, requests for files with a file extension of
- <code>.xyz</code> are handled by the specified cgi script
+ <code>.xyz</code> are handled by the specified CGI script
<code>/cgi-bin/program.cgi</code>.</p>
<p>The optional <code>virtual</code> modifier turns off the check