On Thu, 2006-03-02 at 02:10 -0700, Neal Tibrewala wrote: > Hi, > This is a great piece of software and is exactly what I've been > looking for. I've tried messing around with suphp and others and none > did what I wanted. I only have one question, what is the multiplexor > option for in the config file? I've set mine to nobody/nobody as in > the example, but I don't really understand it. Can you explain?
It configures the Multiplexer process, which is just an apache process that reads in all incoming connections and passes the requests to the appropriate Processor group. Since it never needs to access any files, having it run as nobody.nobody is recommended. btw, I just make a couple of small changes which I'm testing on my server now. If I don't hear of any problems, I'll release it tomorrow as version 0.1.8. -- Sean Gabriel Heacock Telana Internet Services http://www.telana.com/ _______________________________________________ Peruser mailing list [email protected] http://www.telana.com/mailman/listinfo/peruser
