Nginx auth users (no replies)
Hello i am slowly migrating from apache to NginxSo far everything is running smoothly and i have to say from all the benchmark tests Nginx has improved performance by 60% that is incredible and i...
View Article[ANN] Windows nginx 1.7.10.1 Gryphon (no replies)
19:14 17-1-2015 nginx 1.7.10.1 GryphonBased on nginx 1.7.10 (15-1-2015, last changeset 5964:0a198a517eaf) with;+ reverted changeset 5962:727177743c3c (causing segfaults)+ set-misc-nginx-module v0.27...
View Articlestrange behavior for cache manager (no replies)
Hi,we are current running nginx version 1.7.6, we use nginx primarily as a reverse proxy on linux.we have encountered a strange behavior for nginx cache manager,everything is fine after restart nginx,...
View Articleudp log graylog (1 reply)
Hi,I'm setting up logging from my Nginx server to a Graylog server.I folow this short guide https://www.graylog2.org/content-packs/547b5021e4b0a06d87eea01e .But nothing works...My iptables are all...
View ArticlePerl Fastcgi on Solaris 11 (no replies)
Has anyone been able to get perl fastcgi working on the Solairs 11 OSif so can you point me in the right direction
View ArticleRunning Remote using Perl CGI (1 reply)
Hello All,I have Perl CGI Script which is running the command on the Remote command and display output on the webpage.Script is failing with below error.....cannot connect to filer 192.168.xxx.xxx at...
View ArticleHow to adjust Cache-Control for SSI-including entities (4 replies)
Hi,[apologies if this has been asked lots of times before, but searches really did not turn up anything]I am using nginx with SSI enabled to assemble pages and page-fragments from upstream...
View ArticlephpBB3.1 not working with oauth under nginx (no replies)
Hi,I wonder if anyone is running phpBB3.1 with php56?Currently I am trying to setup oauth to work with Google and Facebook,but getting a white screen response after authentication.The logs show...
View Articlehow to limit the total header size of a request? (no replies)
Hi guys,I'm looking for a configuration to limit the summarized size for therequest line and all header fields in a request? It looks "*client_header_buffer_size* *size"* is to limit the single header...
View ArticleGeoip issue with nginx in front of varnish and apache ! (2 replies)
Hi,We've compile varnish with geoip module in order to cache country basedhashes, so far varnish<-> apache structure is working fine with geoipmodule and caching requests based on countries but...
View ArticleNeed best practice on GeoIP/GeoDNS (no replies)
Hi,I have project that will be used multilocation webserver, but stillconfuse about implementing GeoDNS or GeoIP. Which method are powerfull?I want to separate user between Country A to WebServer A,...
View ArticleHow to disable creating tmpfile when using nginx as a cache (no replies)
_______________________________________________nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx
View ArticleModify request body before sending to upstream (no replies)
Hi,I am new to nginx module development and I'm working on my first ever module. I've read up Evan Miller's post besides others, and I've experimented tweaking some simple modules.From what I...
View Articleissues with nginx-gridfs 3rd party module (1 reply)
Hi,I've compiled and installed nginx with gridfs module as given by theinstuctions and it got installed successfully. But then when I configurethe nginx.conf with gridfs directive and restart the nginx...
View ArticleHow to pass fastcgi custom variables in C? (no replies)
Hi, I would like to have the auth_request fastcgi auth server to send some custom variables to the fastcgi back-end server. For example, the Radius server returned some parameters which the fastcgi...
View ArticleModify subrequest header (no replies)
I am trying to use ngx_http_subrequest in my customize nginx module. I can see from the code that the subrequest share the same request header with the main request(sr->headers_in =...
View Articlesmtps mail proxy (1 reply)
Hello,I seek advice on configuring nginx as a mail proxy.PREMISSESThe existing system is based upon postfix and dovecot.The system delivers "n" virtual domains, say, mx.example_1.org,mx.example_2.org,...
View ArticleRedirect problem (1 reply)
I've a problem with a redirect http https and using non-wwwCan you tell me what is wrong? sometimes i have redirect loop.server {listen 80;listen [::1]:80;server_name domain.com;return 301...
View ArticleDanger to Nginx from raw unicode in paths? (1 reply)
I was recently wondering if I should filter URL's by characters to onlyallow what is standard in applications.Words, Numbers, and couple characters [.-_/\]. We know the list ofsupported URL's and...
View ArticleBehavior of security headers (5 replies)
Hi,I've a question regarding the different security headers (Content-Security-Policy, etc.) which can be set via add_header.In the docs it is mentioned that "add_header" can be set on every level...
View Article