On Thu, 2005-08-11 at 12:57 +0400, Konstantin A. Lepikhov wrote:
> Hi!
> 
> Does anybody clarify me how use php- modules with php-fcgi? When I
> uncomment module in php.ini and try to start php-fcgi it just segfault.
> mod_php and php-cli works fine.
> 
/etc/httpd/conf.d/mod_fastcgi.conf
uncomment for Loading of modules
This is necessary for Loading the fast cgi modules.

/etc/httpd/conf.d/httpd-php-fcgi.conf
uncomment these too to enable fast cgi support

The above is if you need apache to process your php files.

refer /usr/share/doc/php-5.0.4/README.FastCGI for more info 
maybe and see if you problem gets solved.

--
Aristo

_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to