Hi, I modify my file httpd.include in /home/httpd/vhosts/domain.com/conf/ and I change the line
<IfModule sapi_apache2.c>
php_admin_flag register_globals on
php_admin_flag engine on
php_admin_value open_basedir "/home/httpd/vhosts/domain.com/httpdocs:/tmp"
</IfModule>
and it works prefectly, but spending time it returns to off and i dont know why
I have update to 7.5.3, could be this the problem?
<IfModule sapi_apache2.c>
php_admin_flag register_globals on
php_admin_flag engine on
php_admin_value open_basedir "/home/httpd/vhosts/domain.com/httpdocs:/tmp"
</IfModule>
and it works prefectly, but spending time it returns to off and i dont know why
I have update to 7.5.3, could be this the problem?