Under cpanel they have this set in the httpd.conf template
/var/cpanel/templates/apache2/vhost.default
php_admin_value open_basedir "[% vhost.homedir %] etc.
and it works in apache - under phpinfo it correctly shows the open_basedir restriction
but when lsws is running
open_basedir no value
the php.ini does not have any overrides, it's commented out
any suggestions where I should begin looking for the problem?
it is possible I complied PHP with a missing option to obey the apache env ?
OH - maybe it's this http://www.litespeedtech.com/support/forum/showpost.php?p=27586&postcount=23
what can I do about
then?
/var/cpanel/templates/apache2/vhost.default
php_admin_value open_basedir "[% vhost.homedir %] etc.
and it works in apache - under phpinfo it correctly shows the open_basedir restriction
but when lsws is running
open_basedir no value
the php.ini does not have any overrides, it's commented out
any suggestions where I should begin looking for the problem?
it is possible I complied PHP with a missing option to obey the apache env ?
OH - maybe it's this http://www.litespeedtech.com/support/forum/showpost.php?p=27586&postcount=23
what can I do about
Code:
<IfModule concurrent_php.c>
Last edited: