--On Freitag, April 12, 2002 11:36:07 +0200 Michal Novotny 
<[EMAIL PROTECTED]> wrote:

> How can I assign to php-cgi a diferent php.ini for each webhost ?

I use no a php.ini to set default values for all webhost and
in the httpd.conf I modify them as needed using

php_value name value
php_flag name bool
php_admin_value name value
php_admin_flag name bool

For php3 the directives were different.
Here is the documentation on the php website:

http://www.php.net/manual/en/configuration.php

HTH,

Vinai


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to