|
Apache HTTP Server Version 1.3Module mod_actions
This module is contained in the SummaryThis module lets you run CGI scripts whenever a file of a certain type is requested. This makes it much easier to execute scripts that process files. DirectivesAction directive
Syntax: Action mime-type cgi-script This directive adds an action, which will activate cgi-script when a file of content type mime-type is requested. It sends the URL and file path of the requested document using the standard CGI PATH_INFO and PATH_TRANSLATED environment variables. Script directive
Syntax: Script method cgi-script
This directive adds an action, which will activate cgi-script when
a file is requested using the method of method, which can be
one of
Note that the Script command defines default actions only. If a CGI
script is called, or some other resource that is capable of handling
the requested method internally, it will do so. Also note that Script
with a method of Examples: Script GET /cgi-bin/search #e.g. for <ISINDEX>-style searching Script PUT /~bob/put.cgi Apache HTTP Server Version 1.3 |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |