The datastore is for the php-fpm wolfplex process,
and so for web-org-wolfplex-www instead of the static web
user wolfplex.org.
This is a follow-up for change 2f6980f3f62f.
Differential D1467
Change ownership of the Wolfplex datastore to php-fpm user dereckson on Mar 22 2018, 20:24. Authored by Tags None Referenced Files
Subscribers None
Details The datastore is for the php-fpm wolfplex process, This is a follow-up for change 2f6980f3f62f. $ sudo -u web-org-wolfplex-www rlwrap psysh >>> $_ENV['DATASTORE'] = '/var/dataroot/wolfplex'; => "/var/dataroot/wolfplex" >>> $fd = fopen($_ENV['DATASTORE'] . '/2013.txt', 'a'); => stream resource #297
Diff Detail
|