Choose one of the following PHP handlers at Hosting Parameters >
PHP handler type taking into consideration resources consumption and
security aspects of each option:

| Performance | Memory Usage | Security | |
|---|---|---|---|
| Apache module (Linux only) | High. Runs as a part of the Apache web server. | Low | This handler (also known as mod_php) is the least secure Note: You can evade some security issues by turning the PHP |
| ISAPI extension (Windows only, not supported since PHP 5.3) | High. Runs as a part of the IIS web server. | Low | The ISAPI extension can provide site isolation in case a Note: The ISAPI extension handler is not supported since PHP 5.3. |
…