We have LSWS running (testing on an alternate port) on a cPanel server. cPanel puts the following lines in httpd.conf:
Code:
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/xxx:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
[/code/
After we switch to LSWS I put up a quick phpinfo page for one of the sites and both the local and master values for open_basedir say "not set".
This is LSWS 3.2.1
TIA,
Frank