Rubylinda Otero wrote:

is there anyone here can clear my mind about installing apache+php in cgi
and module, whats the difference of the two

I haven't seen a reply to this yet. The cgi version is an executable program, entirely separate from Apache (I'm assuming Apache is your webserver). The module version makes PHP a DSO of Apache, that is a dynamic link library. There is a third method of compiling PHP into Apache itself. These, and how to install them, are explained in the documents in the root directory of the PHP source code.

Hope this helps.

Chris



--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to