diff options
Diffstat (limited to 'docs/manual/mod/mod_actions.html')
-rw-r--r-- | docs/manual/mod/mod_actions.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_actions.html b/docs/manual/mod/mod_actions.html index a9f449002c..58682094dd 100644 --- a/docs/manual/mod/mod_actions.html +++ b/docs/manual/mod/mod_actions.html @@ -39,7 +39,7 @@ process files. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> Action <EM>mime-type cgi-script</EM><BR> +><STRONG>Syntax:</STRONG></A> Action <EM>MIME-type cgi-script</EM><BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -65,7 +65,7 @@ and later </P> <P> This directive adds an action, which will activate <EM>cgi-script</EM> when -a file of content type <EM>mime-type</EM> is requested. It sends the +a file of content type <EM>MIME-type</EM> is requested. It sends the URL and file path of the requested document using the standard CGI PATH_INFO and PATH_TRANSLATED environment variables. </P> |