How to enable proc_open() for a user

sweatbar

Verified User
Joined
Jul 6, 2019
Messages
33
Hi

How can I enable proc_open() for only one user?

Tried going to Custom HTTPD Configurations --> domain.com --> php-fpm 5.6 |CUSTOM2|

and added the following then reloaded php-fpm 5.6 by issuing systemctl reload php-fpm56.service

Still it doesn't work
 
disable_function can be configured in php.ini only, so You must configure your DA to use per-user (per-domain) php.ini
 
Back
Top