Greetings,
How do I tell if my hosting company has installed PHP as an Apache module or as a CGI binary?
Also, if I look at the “Server API” line in phpinfo(), it says “Apache 2.0 Handler”. Does that provide a clue?
Thanks,
Shane.
Greetings,
How do I tell if my hosting company has installed PHP as an Apache module or as a CGI binary?
Also, if I look at the “Server API” line in phpinfo(), it says “Apache 2.0 Handler”. Does that provide a clue?
Thanks,
Shane.
yes, it does
Do you know what “Handler” means?
Shane.
You can check documentation yourself. Or you can judge just by absence of CGI word.
PHP has installed as an Apache module