[PHP] different PHP configs for multiple sites on same machine

2003-11-24 Thread Pablo Gosse
Hi all. Is it possible to have different php.ini settings for different sites running on the same server (Apache)? What I want to do exactly is change the include_path on a per-site basis, without having to call ini_set in each page. I have the following: /home/vservers/cms.mysite.com

Re: [PHP] different PHP configs for multiple sites on same machine

2003-11-24 Thread John Nichel
Pablo Gosse wrote: Hi all. Is it possible to have different php.ini settings for different sites running on the same server (Apache)? What I want to do exactly is change the include_path on a per-site basis, without having to call ini_set in each page. I have the following: