On 04/01/10 19:00, Devendra Jadhav wrote:
Hi All,

In the situation if there are two PHP's installed on the Linux box.
How to know which PHP is used by Apache?

Another question is do Apache need PHP's binary to execute PHP Scripts? If
yes what is the role of libphp5.so in Apache?

Note: PHP is configured as module under Apache.

Appreciate your thoughts.


First of all, libphp5.so is created during the php compilation process. So it will use version of php with which it was compiled.

Also, I don't think php's binary is needed for execution of php scripts is needed.

--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
मेरा भारत महान !
मम भारत: महत्तम भवतु !

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to