RE: [PHP] Apache/phpinfo

2001-07-24 Thread Corin Rathbone

Run phpinfo() and if it is in CGI mode "Server API", at the top, will say
"CGI" or if in is mod_php "Server API" will say "Apache".

Corin Rathbone

-Original Message-
From: Tom Malone [mailto:[EMAIL PROTECTED]]
Sent: 24 July 2001 20:15
To: PHP Users
Subject: [PHP] Apache/phpinfo


How can you tell if your host has PHP installed as mod_php or in CGI mode on
the webserver (Apache in my case)? Is it in phpinfo.php? If so, where - I
couldn't find it...

Thanks
Tom Malone


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Apache/phpinfo

2001-07-24 Thread Tom Carter

create a file on one of your websites, say call it test.php and in it put
the following




- Original Message -
From: "Tom Malone" <[EMAIL PROTECTED]>
To: "PHP Users" <[EMAIL PROTECTED]>
Sent: Tuesday, July 24, 2001 8:14 PM
Subject: [PHP] Apache/phpinfo


> How can you tell if your host has PHP installed as mod_php or in CGI mode
on
> the webserver (Apache in my case)? Is it in phpinfo.php? If so, where - I
> couldn't find it...
>
> Thanks
> Tom Malone
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]