How to verify if PHP is in CGI mode?

As part of the troubleshooting process for my web application, I was told to find out through PHPinfo if PHP is running in CGI mode. I have my phpinfo page up, but I’m not sure what I should be looking for.

Can someone point me in the right direction?

I’m running opensuse 11.4

Look for “Server API” in the first section. It will report sometehing like “Apache Handler”, “CGI”, or “Fast CGI”, etc.