SEOClerks

what is Fastcgi on php?



Write the reason you're deleting this FAQ

what is Fastcgi on php?

i want to know what is Fastcgi and in php where we are using

Comments

Please login or sign up to leave a comment

Join
abeng
FastCGI is a protocol for interfacing interactive programs with a web server.



Are you sure you want to delete this post?

prolancer
FastCGI is a high-speed and scalable interface for communicating with the web server scripting language.FastCGI is supported by many scripting languages, including php, if it is compiled with the option - --enable-fastcgi.



Are you sure you want to delete this post?

overcast
FASTCGI is a webserver that executes CGI scripts. Mostly the perl scripts are run in it. And Apache webserver compiles the code for it. Most of the Perl based compilers make use of it. I have found that FASTCGI and WSGI both are in market these days. But all of them have their own set of use.



Are you sure you want to delete this post?