You are not logged in.
Pages: 1
What could remove that folder?
It's the folder where it put the socket.
Everytime I reboot, I need to:
$ sudo mkdir -p /var/run/php/
$ sudo chown -R user:http /var/run/php/Offline
/var/run is a sym link to /run which is tmpfs backed.
Offline
/var/run is a sym link to /run which is tmpfs backed.
So I need to manually create a script for that folder?
Offline
So I need to manually create a script for that folder?
Possibly.
It's the folder where it put the socket.
What is the it that creates the socket? How is php started? XY_problem
Offline
Pages: 1