From b2a0a30ed9fbf7647bcbff6104643dad1e80cbcb Mon Sep 17 00:00:00 2001
From: Ken Coar
-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 ofGET
,POST
,PUT
, or +DELETE
. As of 1.3.10, any arbitrary method name +may be used. Method names are case-sensitive, so +Script PUT
andScript 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 -- 2.50.1