Re: TCPv6: Possible SYN flooding on port 80. Sending cookies.
can someone please suggest any solution..
View ArticleNGINX directed logging
I'm running a drupal multi-site and I want to write to a particular access log file based on the url that comes in. Catch: in the same server block. I have 1 server block that is handling multiple urls...
View ArticleRe: NGINX directed logging
http://nginx.org/en/docs/http/ngx_http_log_module.html#access_log
View ArticleRe: NGINX directed logging
Been reading this - but so far nothing has worked to target a specific log file. tried this but it's not working as I would have hoped. access_log /var/log/access-a.log combined...
View ArticleRe: NGINX directed logging
This will work when used with Map but it won't work for what you're trying to do, the If applies to one logfile only. And you wanted to associate url's to logfiles which is what the documentation url I...
View ArticleHow to get write access to nginx-devel?
I prepared a patch for processing SCM_RIGHTS messages for accepting sockets from another processes. But I do not have write access to nginx-devel mailing list. I already subscripted and sent CLA, what...
View ArticleInconsistent sending of client certs
We're having problems with getting NGINX to consistently send client certs. We have a scenario: Caller -> NGINX1 -> NGINX2 -> Origin In this scenario, NGINX1 is to pass a client cert to...
View Article502 Bad Gateway nginx/1.2.1
Hello, since a couple of days I am getting this error message all over my website: 502 Bad Gateway nginx/1.2.1 The thing is that my server uses apache... I have tried solutions I have found in google:...
View ArticleRe: Inconsistent sending of client certs
So update - it's not internal to external. It appears to be that if I have two nginx instances with the same ssl profiles for server and cert and call between them, a client cert is not sent. But to...
View Articleread_body lua API hung for h2 post requests
Hi everyone, I am experimenting using POST over h2. The use case is to read full request body in rewrite phase in a LUA script and then hash the request body for further undisclosed use. What I am...
View Articlengx_http_limit_req module can not limit request correct
I want to protect my nginx server under a safe concurrency request, so I had set the nginx server(nginx 1.6.2) limitted on 30000 qps by config like this: limit_req_zone $server_port zone=perport:10m...
View ArticleSingle sign on with nginix with reverse proxy?
Hi, Is this possible to do? I want to use Ngnix to provide a single sign on page for two users (A and B), and if A provides proper credentials, we will reverse proxy to an ip:port. If user B provides...
View Article1.6.2: Possible reasons for nginx stops responding after file access io error.
I know, 1.6. is no longer maintained and the general advice would be to upgrade (which has been scheduled following the incident), but 1.6.2 is the version that Debian stable provides. Anyway, any...
View ArticleConvert Apache htaccess to Nginx
When i moved from Apache to NGINX webserver in DrectAdmin, my site show "404 Not Found" in Read more content, like this: http://datagozar.net/news/79946 My Original Htaccess is below: RewriteEngine on...
View ArticleAbout nginx source code(funtion ngx_event_connect_peer)
This really confuses me. in function ngx_event_connect_peer(ngx_event_connect.c), it has this line(rc = pc->get(pc, pc->data);) the default get method is round_robin. it use function...
View ArticleWhen do mainline repos for Debian 9 happen?
There are mainline repos for Debian 7 and Debian 8. With Debian 9 approaching its freezes, when do we get repos for it? Does that happen only after the final release of 9, or is it likely to be sooner?
View Articlenginx_webaget install issue
1. I have before install Apache webserver + apache Webagent to product a website. using this [document](https://backstage.forgerock.com/docs/openam/13/getting-started), its working fine. **Apache...
View Articlewhy can i get what I want about location directive?
location = / { root /usr/share/nginx/myhtml; index test.html; } location / { root /usr/share/nginx/html; index index.html; } when I request http://localhost, I get /usr/share/nginx/html/test.html,which...
View ArticleRequest for option to configure/limit proxy upstream socket receive buffer...
Background is a real time streaming application which requires the overall buffering per connection to be limited especially in case of low client downstream bandwidth situations. As far as I figured...
View ArticleStrange redirects
Hi I get some wheird logs on my system "GET /wp-content/uploads/2007/12/05.JPG HTTP/1.1" 301 185 "http://aaaaa.bbbb.cc/subpage" "Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0" "GET...
View Article