(Karl Pflästerer) wrote:
> Hi,
> suppose you had several directories a, b and c where in each directory
> you had an Apache http.conf file.  For each directory Apache gets started
> with the http.conf (and other conf files) in that directory.
> 
> PHP is used a an Apache module.  How can I have a different php.ini file
> for each different Apache process (a, b and c)? (Apache is 1.3.33 IIRC)
> 

probably your only recourse is too compile 3 different php modules (with 
different
php.ini paths).

I heard that there was an apache directive to allow you to specify the location
of php.ini but I know nothing about it and it's possible that it's an apache2 
only
thing.

can't think of any other way of doing what you want.

> 
> 
>    KP
> 

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

Reply via email to