[ZDP] mod_pcgi vs. pcgi
Martijn Pieters
mj@antraciet.nl
Wed, 23 Jun 1999 16:49:52 +0200
At 16:37 23/06/99 , Tom Deprez wrote:
>Hi,
>
>What's the difference with mod_pcgi and pcgi?
>
>Tom.
PCGI is a CGI script that is started via the normal CGI startup process
when a request comes in for that script, like
http://www.myserver.com/cgi-bin/Zope.cgi
mod_pcgi is an Apache module that does the same thing as the PCGI CGI
script but doesn't need to be separately started up every time, thus
speeding up access. As an Apache module, it is part of the Apache process
itself.
--
Martijn Pieters, Web Developer
| Antraciet http://www.antraciet.nl
| Tel: +31-35-7502100 Fax: +31-35-7502111
| mailto:mj@antraciet.nl http://www.antraciet.nl/~mj
| PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149
------------------------------------------