HandlerMapping interface
The IIS handler mappings used to define which handler processes HTTP requests with certain extension. For example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension.
Properties
arguments | Command-line arguments to be passed to the script processor. |
extension | Requests with this extension will be handled using the specified FastCGI application. |
script |
The absolute path to the FastCGI application. |
Property Details
arguments
Command-line arguments to be passed to the script processor.
arguments?: string
Property Value
string
extension
Requests with this extension will be handled using the specified FastCGI application.
extension?: string
Property Value
string
scriptProcessor
The absolute path to the FastCGI application.
scriptProcessor?: string
Property Value
string