Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


2.3.12 Action

Action specifies to run a CGI script on the content specified by a specific MIME type or handler.

Description

Action specifies the CGI script name of the script to be executed when the content specified in the MIME type or the handler is requested from the web browser. Specify the CGI script name by using the URL. If you specify this directive more than once, you cannot specify different CGI scripts for the same MIME type.

Syntax

Action {MIME_type|handler} CGI_script_name

Locations where it can be written

httpsd.conf, <VirtualHost>, <Directory>, and .htaccess

Overwrite permission

FileInfo level

Example

Action image/gif /cgi-bin/images.cgi