webapps open_basedir value should work out of the box when uncommenting

interfasys

Verified User
Joined
Oct 31, 2003
Messages
2,100
Location
Switzerland
This is in custombuild/configure/fpm/conf/php-fpm.conf.55
Code:
;php_admin_value[open_basedir] = /tmp:/var/tmp:/var/www/html:/usr/local/php55/lib/php

This is in build
Code:
APP_TMP=/var/www/tmp

Apps which need to upload files via PHP will fail if one just uncomments that open_basedir line in php-fpm.conf.55 (and probably all other conf files)
 
Back
Top