I do not know about a separate php.ini file but you can assign specific values in your <VIRTUAL HOST> settings or you can set them using your .htaccess file pending on how you have set up your server. Assuming you are running Apache on a UNIX type machine....
ie php_value upload_max_filesize 5000000 go to chapter 3 of the documentation for more details... ----- Original Message ----- From: "Chris Kay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 30, 2002 5:45 PM Subject: [PHP] Php.ini > > Question I have is, > > Is it possible to specify a php.ini in each virtual host? > That way allowing each website to run a different configuration. > > Cause I have a website that I want to use > Session_set_save_handler = user but I want another website to use the > default php > Files handle. > > Also for things like session auto start ect.... > > Just a thought that it would make it easier. > > Thanks in advance. > > ------- > Chris Kay, Eleet Internet Services > [EMAIL PROTECTED] > ------- > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php