Quantcast
Channel: Nginx Forum - Nginx Mailing List - English
Browsing all 7229 articles
Browse latest View live
↧

Nginx Perl / Cgi Permission Problem (2 replies)

Hello, I have a perl/ gci script that creates a dir and within that an subdir with permission 0750. The owner of the dirs are www-data. nginx can't delete the dirs because this is run as user nginx. is...

View Article


Transmission remote GUI proxy_protocol broken header (no replies)

Hi, while having this setup: nginx-1.11.3 Linux utg353l 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux Transmission remote GUI:443 -> sshttp:443 ->...

View Article


typical value(s) for stream/limit_conn (no replies)

Plenty of guidelines for http limit_conn but hardly any for stream, what would be a typical value in which cases? Has anyone done some log/connection analysis to determine what would be typical use?...

View Article

rewrites... (no replies)

Hi folks, I am running php as fastcgi, replacing a working apache/mod_php setup. I'm pretty close, but am not quite there. The last bit I've got to get working is... RewriteRule ^(.*)$ index.php...

View Article

Re-balancing Upstreams in TCP LoadBalancer (no replies)

Hello Nginx Users, I am running nginx as a TCP load balancer (streams module). I am trying to find a way to redistribute client TCP connections to upstream servers, specifically, rebalance the load on...

View Article


What is "seconds with milliseconds resolution" (1 reply)

Hello, I'm not sure I really understand the `msec` embedded variable. I'm getting the value back as `1474452771.178` It's described as "seconds with milliseconds resolution", but I'm not sure what that...

View Article

nginx reverse proxy causing TCP queuing spikes (no replies)

I've been struggling with http response time slowdowns and corresponding spikes in my TCP Queuing graph in munin. I'm using nginx as a reverse proxy to apache which then hands off to my backend, and I...

View Article

Will nginx be relinked to pick up openssl-1.0.2i? (no replies)

Hi all, This may not be the right list but do you know if the Windows nginx binaries will be relinked to pick up the new openssl-1.0.2 which will be released tomorrow (Sept 22)? Tim...

View Article


access_log format $remote_user anonymous question (4 replies)

So in my access logs all my other logs the $remote_user is empty. But for only this one single IP that keeps making requests the $remote_user has a value. CF-Real-IP: 176.57.129.88 - CF-Server:...

View Article


Question about the url rewrite before pass (no replies)

​Hello, i am looking for a proxy which can "bounce" the request, which is not a classic proxy. I want it works in this way. e.g. a proxy is running a 192.168.1.1 and when i want to open www.yahoo.com,...

View Article

always run same script in location (1 reply)

Hello, i have a script where i can upload files. the uri is like https://example.com/foo/bar.pl the location looks like location ~ ^/foo/(.*.\.pl|cgi)$ { .... } then a upload url is generatred...

View Article

Are there plans for Nginx supporting HTTP/2 server push? (no replies)

Is there something like a release timeline for HTTP/2 server push feature in Nginx? It would help make https connections faster and get rid of one TCP roundtrip.

View Article

nginx default unix domain socket permissions and umask (1 reply)

Hello, It seems that when nginx creates unix domain sockets as a result of the listen directive it assigns rw permissions for all users. This is probably because the bind() call which creates the file...

View Article


Tar gz shenanigans in a location (no replies)

Nginx readers, i have a webdav like server that serv files, and access it through nginx, it is actually a subversion repo, so the files (and directory) are listed in an ugly html page, not recursively....

View Article

(Semi-OT) Clickjacking countermeasure (4 replies)

I ran one of these website inspection services on my website and it was deemed to be subject to Clickjacking. This might be a false positive since I don't use frames, but the info on this link was...

View Article


posix_memalign(16, 16384) failed (12: Cannot allocate memory) (1 reply)

Hello, [root@web1 ~]# nginx -v nginx version: nginx/1.11.4 We are now after 13 days we observer suddenly in nginx logs this in an intempestive manner, and causing nginx to reload, causing slow down on...

View Article

upstream and proxy_pass behavior (1 reply)

I'm trying to reduce the number of location blocks I need for an application by trying to route using a query parameter. My URL looks like this: https://www.example.com/api/v1/proxy/?tid=9999 If I do...

View Article


Is ngx_http_v2_module ready for business application? (no replies)

'The module is experimental, caveat emptor applies', it's writed on the doc of ngx_http_v2_module. However nginx already has a stable version(1.10.1) which contains the v2 module. If we use this latest...

View Article

performance hit in using too many if's (4 replies)

Hi, I was following some suggestions on blocking user agents,sql injections etc as in the following URL...

View Article

302 Redirect only if node is UP !! (no replies)

Hi, Is there a way we can set NGINX to redirect only if Caching node is UP otherwise serve from origin server ? Here is more details about the scenario : We've two servers (Origin & Cache) &...

View Article
Browsing all 7229 articles
Browse latest View live