I have done ps -aux | grep spawn-fcgi
found the pid and killed it by kill -9 pid
but still when i rerun spawn-fcgi,it still returns Socket is already in use
.
I am using spawn-fcgi for a qgis
server and I need to export some env variables before I run it again.
How do i unbind spawn-fcgi
from the socket and rerun spawn-fcgi
successfully?