Re: Nginx and PHP-FastCGI Process Manager

2022-11-27 Thread Aleksandar Lazic
Hi. On 27.11.22 09:41, Kaushal Shriyan wrote: On Sat, Nov 26, 2022 at 1:28 AM Kaushal Shriyan wrote: Hi, I am using nginx web server and php-fpm backend service to process all php files. NGINX proxies web requests and passes them on to PHP-FPM worker processes that execute the PHP applicatio

Nginx and PHP-FastCGI Process Manager

2022-11-25 Thread Kaushal Shriyan
Hi, I am using nginx web server and php-fpm backend service to process all php files. NGINX proxies web requests and passes them on to PHP-FPM worker processes that execute the PHP application. Is there a way to capture both response header and body which are processed by PHP-FPM application? Also