From: [EMAIL PROTECTED] Operating system: Solaris / iPlanet PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: iPlanet: setting doc_root etc. for virtual servers In php.ini you can only set one value for the various php configuration variables (doc_root, open_basedir etc.). It is possible to compile php with different paths to php.ini and set the values there, but it won't work with virtual servers. How about allowing to set those values at runtime by passing parameters to php4_execute? -- ... <Client urlhost="www.domain.com"> NameTrans fn="document-root" root="/path/to/document/root" Service fn="php4_execute" type="magnus-internal/x-httpd-php" doc_root="/path/to/document/root" </Client> ... -- Is this possible? -- Edit Bug report at: http://bugs.php.net/?id=8879&edit=1 -- PHP Development 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]