Open file via php
Posted: Thu Nov 18, 2021 3:20 am
The question is, how to get access to chail through php from one domain to the second on the old vesta assigned open_basedir none but here how?
Simply put more wide open_basedir path.myVesta wrote: ↑Sun Jul 26, 2020 12:18 am Please note:... are overrided in /etc/php/7.x/fpm/pool.d/your-domain.com.conf files.
- memory_limit
- max_execution_time (also consider: request_terminate_timeout)
- upload_max_filesize
- post_max_size
- open_basedir
- upload_tmp_dir
- sendmail_path
- mysql.allow_persistent
- safe_mode
These variables you should change there.
Also restart php-fpm after those changes.