durusmail: quixote-users: RewriteRule
RewriteRule
2002-05-21
2002-05-22
2002-05-22
2002-05-22
2002-05-22
2002-05-23
2002-05-24
2002-05-29
2002-05-29
2002-05-29
2002-05-29
2002-05-29
2002-05-29
2002-05-29
RewriteRule
Greg Ward
2002-05-29
On 29 May 2002, Michael Watkins said:
> Also, since the actual Quixote applications are not LRWP, only the single
> generic SCGI process is (correct guys?)

Sorry, wrong on both counts if I understand things correctly: if you use
SCGI, each Quixote application runs as a separate SCGI daemon
("long-running web process" -- I assume that's what LRWP stands for?"),
listening to a separate TCP port for requests from the SCGI client --
currently mod_scgi for Apache.

As I see it, that's actually a huge benefit of SCGI: you get total
separation between the web server and web application(s).  One user's
app might run under one UID, and another user's app under a completely
different UID.  You certainly don't get that when the web application is
run from the HTTP server.

        Greg


reply