On Tue, 18 Jul 2006 20:44:35 +0200
<[EMAIL PROTECTED]>(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)

You could chroot each apache instance but I would probably try to modify
the apache module to accept a parameter (and in the process verify that
one does not already exist).

Mike

-- 
Michael B Allen
PHP Extension for SSO w/ Windows Group Authorization
http://www.ioplex.com/

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

Reply via email to