View Single Post
  #12  
Old 05-20-2011, 01:10 PM
outeredge outeredge is offline
Member
 
Join Date: Sep 2010
Posts: 25
Sorry to open up this old thread, however we've just installed Litespeed Enterprise alongside cPanel.

We have the so called 'open_basedir tweak' turned on, and in the /etc/httpd/etc/httpd.conf file under the test virtual host, the following line appears:

Code:
<IfModule concurrent_php.c>
        php4_admin_value open_basedir "/home/thamesbu/:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/$
        php5_admin_value open_basedir "/home/thamesbu/:/usr/lib/php:/usr/local/lib/php:/tmp"
    </IfModule>
    <IfModule !concurrent_php.c>
        <IfModule mod_php4.c>
            php_admin_value open_basedir "/home/thamesbu/:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/ph$
        </IfModule>
        <IfModule mod_php5.c>
            php_admin_value open_basedir "/home/thamesbu/:/usr/lib/php:/usr/local/lib/php:/tmp"
        </IfModule>
        <IfModule sapi_apache2.c>
            php_admin_value open_basedir "/home/thamesbu/:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/ph$
        </IfModule>
    </IfModule>
When we look in our phpinfo however, it shows:

PHP Code:
open_basedir    no value      no value 
Could you advise the cause of this and how to resolve?

Thanks

David
Reply With Quote