The Little Guy Posted September 8, 2008 Share Posted September 8, 2008 I have FastCGI on my server, and I can't seem to find any where that give a good explanation of what its point is, what it does, and why I should use it/why I need it. Link to comment https://forums.phpfreaks.com/topic/123209-php-fastcgi/ Share on other sites More sharing options...
ShaunO Posted September 8, 2008 Share Posted September 8, 2008 It's basically an interface for web servers/applications to have a way to talk to PHP and execute code. PHP has an apache module so it doesn't need to use it but for example lighttpd uses FastCGI to talk to PHP. Link to comment https://forums.phpfreaks.com/topic/123209-php-fastcgi/#findComment-636327 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.