Welcome! Log In Create A New Profile

Advanced

Re: send_header with NGX_HTTP_INTERNAL_SERVER_ERROR code

June 16, 2016 12:11PM
This is a general remark, adding stuff to handle a bad request, ea., will eventually kill the performance, sending bad requests is a popular way to create a DOS/DDOS attack since the server(the added module) has to process them and do something while technically it makes no sense to do anything at all.

All other normal requests have plenty of ways to handle overloading/doss-ing without affecting other users, if you want to handle a bad request your going to need to handle that as well, ergo leave bad requests to nginx.

---
nginx for Windows http://nginx-win.ecsds.eu/
Subject Author Posted

send_header with NGX_HTTP_INTERNAL_SERVER_ERROR code

Ortal June 16, 2016 11:41AM

Re: send_header with NGX_HTTP_INTERNAL_SERVER_ERROR code

itpp2012 June 16, 2016 12:11PM

Re: send_header with NGX_HTTP_INTERNAL_SERVER_ERROR code

Ortal June 19, 2016 04:11AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 233
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready