On Thu, Jan 23, 2003 at 02:14:24PM -0500, Ken Kennedy wrote: > Question, though. I AM considering backing off to apache1 and SCGI at > this point, at least until SCGI gets ported to apache2. [...] > Is there any consensus on what config works best, or do people pretty > much use what they're comfortable with? SCGI works well for us but it might be too heavyweight for some situations. By heavyweight I mean that each SCGI server is a daemon and needs to be managed separately from the web server. That has advantages and disadvantages. You can't just plop your script into a cgi-bin directory and have it work like mod_fastcgi. OTOH, you can run your applications under different UIDs, restart them without restarting Apache, etc. Neil