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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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  blocks in the httpd.conf file.

Jim Lucas
- Original Message -
From: "charlesk " <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 28, 2002 10:10 AM
Subject: [PHP] Multiple INI Files


> We host many sites with PHP.  Is there any way to have each site use a
different php.ini?
>
> Charles Killmer
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]