Fear not... you can easily do this with virtual domains in Apache:
<VirtualHost bla.bla.bla.bla> ServerName blabla DocumentRoot /web/site1 php_admin_value open_basedir /web/site1 </VirtualHost> You might also wish to disable the functions 'ini_alter' and 'ini_set' so admins cant be too naughty... -- Brian 'Bex' Huff [EMAIL PROTECTED] Phone: 952-903-2023 Fax: 952-829-5424 > I would like to run virtual domains, but how do I secure them so those > admins will not be able to access the rest of the files on my system...? > > If anyone has had experince with this it would be greatly appreciated... > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php