To check if your PHP is running as a CGI module or Apache module please do the following:
- Open your phpinfo, then search for Server API
- If you see “Apache” right next to “Server API” that means your PHP is running as an Apache Module, if you see “CGI” right next to “Server API” that means your PHP is running as a CGI module
Tags: Apache Module, CGI Module, How to, PHP











[...] If you have PHP running as a CGI module [...]
[...] the followings to your php.ini/.htaccess (To find out which file to modify please check out this tutorials) <IfModule mod_security.c> SecFilterEngine Off [...]
[...] If you have PHP running as a CGI module [...]