How to check if PHP is running as an Apache Module or CGI Module?

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

serverapi

- 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

Bookmark and Share
VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)

, , ,

Leave a Reply