Re: [PHP-DEV] CGI Version From: Alex Belits (abelits <email protected>)
Date: 09/26/00

On Tue, 26 Sep 2000, Chris Andrew wrote:

> Quoting from one of your pages (http://www.php.net/manual/install.unix.php):
> "...the CGI version enables Apache users to run
> different PHP-enabled pages under different user-ids."
>
> How is this accomplished - where can I obtain more information (apart from
> your "security" page).

  By using cgiwrap or any other setuid wrapper.

  The same functionality can be achieved by using php as a module with my
fhttpd server, however:

1. fhttpd can run php as a module, so it can achieve higher performance
and use features like persistent connections to databases,

2. only php3 can be compiled as fhttpd module -- I was too busy with my
other projects recently to port php4 to fhttpd modules interface, so it's
good that I've got reminded of it now when I have enough spare time to
complete it.

-- 
Alex

---------------------------------------------------------------------- Excellent.. now give users the option to cut your hair you hippie! -- Anonymous Coward

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>