From: Astrid Malo Date: Tue, 29 Jul 2003 22:18:48 +0000 (+0000) Subject: Be more precise what type mean X-Git-Tag: pre_ajp_proxy~1322 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27f1591e5ba6e345ccad0d08b415b295d0c67c2d;p=apache Be more precise what type mean git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100854 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_actions.html.en b/docs/manual/mod/mod_actions.html.en index 0863f3c0e4..1a31719430 100644 --- a/docs/manual/mod/mod_actions.html.en +++ b/docs/manual/mod/mod_actions.html.en @@ -21,7 +21,8 @@

Apache Module mod_actions

-

Available Languages:  en  | +

Available Languages:  de  | + en  |  ja  |  ko 

@@ -33,7 +34,7 @@ media type or request method.

Summary

This module has two directives. The Action directive lets you run CGI - scripts whenever a file of a certain type is requested. The + scripts whenever a file of a certain MIME content type is requested. The Script directive lets you run CGI scripts whenever a particular method is used in a request. This makes it much easier to execute scripts that process @@ -75,7 +76,7 @@ introduced in Apache 2.1 passed using the REDIRECT_HANDLER variable.

Examples

- # Requests for files of a particular type:
+ # Requests for files of a particular MIME content type:
Action image/gif /cgi-bin/images.cgi

# Files of a particular file extension
@@ -154,7 +155,8 @@ method.

-

Available Languages:  en  | +

Available Languages:  de  | + en  |  ja  |  ko