faqts : Computers : Programming : Languages : PHP : Installation and Setup : Web Servers : Apache

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

2 of 5 people (40%) answered Yes
Recently 0 of 1 people (0%) answered Yes

Entry

Can I load a different php3.ini file depending on a directive from the httpd.conf file?

Jun 30th, 1999 19:36
Nathan Wallace, Jim Winstead


No.

The ini file is only parsed at startup, so you wouldn't be able to
control this on a per-virtual host or per-directory basis, anyways.