apache + spawn-fcgi

d600

New member
Joined
Apr 14, 2008
Messages
1
Hello all,
I have a question.
I`d like to run php per user using spawn-fcgi (I want to user have own pid file for php process). Is it possible to work? I thing that the way is to add something in VirtualHost file for users something like
spawn-fcgi -f /usr/local/php4/bin/php -P /tmp/$user.pid -s /tmp/$user.sock

Is it possible to do? Thanks in advance.
 
Back
Top