Home
last modified time | relevance | path

Searched refs:fastcgi (Results 1 – 8 of 8) sorted by relevance

/PHP-7.1/sapi/cgi/
H A DCHANGES3 --enable-fastcgi CGI: If this is enabled, the cgi module will
4 be built with support for fastcgi also
6 Now fastcgi is always enabled
H A Dconfig.w329 ADD_SOURCES('main', 'fastcgi.c', 'cgi');
H A DREADME.FastCGI7 You must add '--enable-fastcgi' to the configure command on Linux or
8 OSX based systems to get fastcgi support in the php-cgi binary. You
14 There are two ways to run the resulting 'php' binary after the fastcgi
83 SetHandler fastcgi-script
106 FastCGI server plugins are available at www.caraveo.com/fastcgi/
132 fastcgi starts, it creates a number of child processes which handle one
H A Dcgi_main.c1813 int fastcgi; local
1868 fastcgi = fcgi_is_fastcgi();
1878 if (!fastcgi) {
1950 if (!fastcgi) {
1962 if (fastcgi || bindpath) {
2047 if (fastcgi) {
2364 if (!cgi && !fastcgi) {
2546 if (fastcgi) {
2578 if (fastcgi) {
2706 if (fastcgi) {
[all …]
/PHP-7.1/
H A DINSTALL325 configure PHP with --enable-fastcgi. To confirm that PHP has fastcgi
327 fastcgi was enabled on the php binary (there was no php-cgi).
331 To configure Lighttpd to connect to php and spawn fastcgi processes,
332 edit lighttpd.conf. Sockets are preferred to connect to fastcgi
338 fastcgi.server = ( ".php" =>
352 The bin-path directive allows lighttpd to spawn fastcgi processes
367 spawning fastcgi processes easier.
407 Example #3 Connecting to remote php-fastcgi instances
408 fastcgi.server = ( ".php" =>
H A Dphp.ini-development787 ; http://php.net/fastcgi.impersonate
788 ;fastcgi.impersonate = 1
792 ;fastcgi.logging = 0
H A Dphp.ini-production787 ; http://php.net/fastcgi.impersonate
788 ;fastcgi.impersonate = 1
792 ;fastcgi.logging = 0
H A Dconfigure.in1479 PHP_ADD_SOURCES_X(main, fastcgi.c, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1, PHP_FASTCGI_OBJS, no)

Completed in 38 milliseconds