Page 1 of 1

Per site PHP

Posted: Mon Jan 26, 2009 5:03 pm
by impact1560
Hello to all,

How do you enable each site to control it's own php.ini file?

Thank You

Re: Per site PHP

Posted: Tue Jan 27, 2009 12:02 pm
by HCBen
I don't know how to do this with Linux/Apache, but I've learned with Windows/IIS that each site must use a separate version of PHP.
For example, Site1 uses php version 5.2.8; Site2 uses version 5.2.6, etc.

That's how I've figured it out so far but I'm still experimenting with alternative configs/settings.
If you're using IIS and need more help with this, let me know.

-Ben