Quantcast
Channel: PHP mod_fcgi with fastcgi_finish_request(); - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by vince for PHP mod_fcgi with fastcgi_finish_request();

A little late, but good info for people. In my experience working with PHP 5.5.7.PHP using mod_php (standard Apache):ob_start();header("Connection: close\r\n"); header('Content-Encoding: none\r\n');//...

View Article



Answer by dev-null-dweller for PHP mod_fcgi with fastcgi_finish_request();

fastcgi_finish_request is PHP-FPM SAPI specific function, unavailable in standard php-fcgi binary (used by Apache [mod_fcgid, mod_fastcgi], nginx, lighttpd etc).

View Article

PHP mod_fcgi with fastcgi_finish_request();

I want to use the fastcgi_finish_request() function.I have CPanel installed on my server and PHP and Apache are both configured through that. Since I cannot edit Apache or PHP configuration manually...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images