python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Nginx reporting upstream sent too big header while reading response header from upstream
I am running a php-fpm application behind nginx, and sometimes I am getting 502 responses with the message "upstream sent too big header while reading response header from upstream". I have ...
the_witch_king_of_angmar
Votes: 0
Answers: 0
Nginx and PHP 8.1, empty QUERY_STRING
Issue: Laravel's controller gets a request with an empty array of query parameters, though it should contain one.
Configuration:
Laravel Version: 9.5.1
PHP Version: 8.1.4
Database Driver & Versio...
Francesco
Votes: 0
Answers: 1
Nginx + fcgiwrap , Perl cgi. Slow upload when buffering is Off
I have the web app created with Perl. One of functions is upload of big files. Originally the app worked with apache. It worked fine.
The core thing of the app is that there is no any buffering in apa...

Roman Gelembjuk
Votes: 0
Answers: 0
How can I log a fastcgi_param value on the NGINX access log?
I was hoping to log a fastcgi_param on my NGINX access logs, similar to this:
fastcgi_param LOG_PARAM "testing";
log_format main '$remote_addr - $remote_user [$time_local] "$request&...

user17754583
Votes: 0
Answers: 0