Use the enable operation to enable the specified PHP handler. Use a filter to specify the handler by its ID.
A request XML packet that enables a PHP handler includes the enable operation node:
<packet>
<enable>
...
</enable>
</packet>
The enable node is presented by the PhpHandlerInputType type (php_handler.xsd
), and its graphical representation is as follows:
php_handler.xsd
).
<packet>
<php-handler>
<enable>
<filter>
<id>cgi</id>
</filter>
</enable>
</php-handler>
</packet>