Re: [PHP] Multiple INI Files

2002-01-28 Thread Jim Lucas [php]
what OS are you running them on? if it is linux with apache, you can override most of the php.ini settings in the httpd.conf file http://www.php.net/manual/en/configuration.php#AEN2200 this will show you how to override. it doesn't show it here, but this will also work in the virtual host

Re: [PHP] Multiple INI Files

2002-01-28 Thread David Otton
On Mon, 28 Jan 2002 12:10:02 -0600, you wrote: We host many sites with PHP. Is there any way to have each site use a different php.ini? You can put seperate PHP directives in Apache's .htaccess file for each site you host. djo -- PHP General Mailing List (http://www.php.net/) To