From: Ken Coar Date: Wed, 8 Dec 1999 19:02:19 +0000 (+0000) Subject: Add ability to handle arbitrary methods to Script directive. X-Git-Tag: 1.3.10~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2a0a30ed9fbf7647bcbff6104643dad1e80cbcb;p=apache Add ability to handle arbitrary methods to Script directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84247 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_actions.html b/docs/manual/mod/mod_actions.html index 43174f7701..05d7969bde 100644 --- a/docs/manual/mod/mod_actions.html +++ b/docs/manual/mod/mod_actions.html @@ -94,17 +94,23 @@ PATH_INFO and PATH_TRANSLATED environment variables. HREF="directive-dict.html#Compatibility" REL="Help" >Compatibility: Script is only available in Apache 1.1 -and later +and later; arbitrary method use is only available with 1.3.10 and later

-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 GET, POST, PUT or -DELETE. It sends the +This directive adds an action, which will activate cgi-script when +a file is requested using the method of method. It sends the URL and file path of the requested document using the standard CGI PATH_INFO and PATH_TRANSLATED environment variables.

+
+Prior to Apache 1.3.10, method can only be +one of GET, POST, PUT, or +DELETE. As of 1.3.10, any arbitrary method name +may be used. Method names are case-sensitive, so +Script PUT and Script put +have two entirely different effects. +

Note that the Script command defines default actions only. If a CGI script is called, or some other resource that is capable of handling