Dec 5th
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










