durusmail: quixote-users: Any users of mod_python got configs they'll share??
Any users of mod_python got configs they'll share??
2003-01-23
Any users of mod_python got configs they'll share??
2003-01-23
2003-01-23
2003-01-23
Any users of mod_python got configs they'll share??
Neil Schemenauer
2003-01-23
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

reply