Respond to Catalyst with Lighttpd
Caveat poster: if you decide to digitally sign your post, add something to it mentioning that it is attached to this article. Otherwise, someone could just paste it into another discussion, out of context, and the signature would still validate.
Re: Re: Catalyst with Lighttpd
Written by Ash Berlin (bfc7465ebdca5337)
on
Mon Oct 1 09:11:30 2007
I use daemontools as described in the 2006 Catalyst Advent Calendar FastCGI Deployment with Bells on
Basically I have
Each
runscript is the same bar the port number it listens on. I tried to find a way to have the same service directory symlinked into/servicetwice and have the script detect which one it was invoked as, but it seems that daemontools does not provide this info (as it follows the symlinks properly before executing therunscript)Pretty straight forward from then on.