This method is supported by POA starting from version 2.6.5
This method allows to change the properties of specified system mapping.
The method has the following input parameters:
Name |
Type |
Short Description |
|
int |
The ID of mapping. |
|
struct |
|
|
string |
Contains HTTP verbs, the list of comma separated values: GET, POST, HEAD, TRACE and/or DEBUG. |
|
boolean |
Whether the Script Engine option is enabled. It indicates that script can run in a directory without Execute Permission. This setting is intended primarily for script-based applications, such as ASP and IDC, that are mapped to an interpreter. |
|
boolean |
Whether the Verify That File Exists option is enabled. It instructs the Web server to verify the existence of the requested script file and to ensure that the requesting user has access permission for that script file. If the script does not exist or the user does not have permission, the appropriate warning message is returned to the browser and the script engine is not invoked. This option can be useful for scripts mapped to non-CGI executables, such as the Perl interpreter, that do not send a CGI response if the script is not accessible. Since the script must be opened twice, once by the server and once by the script engine, enabling this option can impact performance. |
This method has no the output parameters.