| 
 Posted by Alvaro G. Vicario on 08/10/06 22:16 
*** rallykarro@hotmail.com escribió/wrote (10 Aug 2006 12:49:10 -0700): 
> a simple question regarding ways of loading php as a dll or an exe file 
> in httpd? 
> What is the difference of loading php as LoadModule php5_module 
> "C:\php\php5apache2_2.dll" or Action application/x-httpd-php 
> "/php/php-cgi.exe" or Action application/x-httpd-php "/php/php.exe". 
 
LoadModule loads PHP as Apache module, while Action loads PHP as CGI 
script. 
 
 
> Either way, what is the most preferable way and why? 
 
The module version is supposed to offer performance benefits over good old 
CGI interface. 
 
 
--  
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain 
++ Mi sitio sobre programación web: http://bits.demogracia.com 
+- Mi web de humor con rayos UVA: http://www.demogracia.com 
--
 
[Back to original message] 
 |