On 01/08/06, Jason Young <[EMAIL PROTECTED]> wrote: > basically for the init script and configuration file-based start/stop.
I've written a howto on rolling your own init scripts for single mongrel instances: http://schwuk.com/articles/2006/06/29/daemonizing-mongrel It could easily be adapted to use config files and/or clusters. > ProxyPass / http://127.0.0.1:mongrelport/ > ProxyPassReverse / http://127.0.0.1:mongrelport/ Because I'm using a bunch of rewrites to enhance caching etc. I not using ProxyPass anymore - I just use a proxying rewrite. I'll write this up on my website as soon as I get the chance. Cheers, -- Dave Murphy (Schwuk) http://schwuk.com _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
