Search found 2 matches
- Fri Nov 03, 2017 8:42 am
- Forum: General Discussion
- Topic: How can i disable open_basedir settings.
- Replies: 3
- Views: 17728
Re: How can i disable open_basedir settings.
So the issue was fixed:
The file to edit was:
/home/admin/conf/web/httpd.conf
And I had to comment php_admin_value open_basedir “none” to
php_admin_value open_basedir /home/admin/web/xxx.com/public_html:/home/admin/tmp
Save and restart your apache web server using
service httpd restart
The file to edit was:
/home/admin/conf/web/httpd.conf
And I had to comment php_admin_value open_basedir “none” to
php_admin_value open_basedir /home/admin/web/xxx.com/public_html:/home/admin/tmp
Save and restart your apache web server using
service httpd restart
- Thu Oct 26, 2017 4:45 am
- Forum: General Discussion
- Topic: How can i disable open_basedir settings.
- Replies: 3
- Views: 17728
How can i disable open_basedir settings.
How can i disable open_basedir settings to install my php script. i tried to disable open_basedir with php.ini .but it didn't changed . My current vestacp information : PHP 7 Centos 7.3 This has been discussed many a times if you cared to search https://www.google.com/search?q=vestacp+open_basedir ...