Access logs hang (no replies)
From time to time access logs (for which I don't have a logrotation and manually rotate them) just "hang" and no lines are written. Same file and folder. No change in Nginx config! And the fact seems...
View Articleuwsgi problems (3 replies)
-----BEGIN PGP SIGNED MESSAGE-----Hash: SHA1I have been trying to get nginx to talk to uwsgi to no avail. uwsgiworks by itself as I can host it on port 80 on my local machine with noproblems. I have...
View ArticleNginx error : open failed 2 no such file or directory (no replies)
Hi,I've written a small nginx module that serves files (with some extrafunctionality). When I access the files through HTTP POST, I get belowerror[error] 2971#0: *184...
View Article[ANN] OpenResty 1.7.4.1 released (no replies)
Hi folks!I am happy to announce the new formal release, 1.7.4.1, of the OpenResty bundle:http://openresty.org/#DownloadThe highlights of this release are1) the new "resty" command-line utility,2)...
View ArticleIf-Modified-Since and If-None-Match conditionals with X-Accel-Redirect...
We've got an upstream returning X-Accel-Redirect responses to an internal location (which itself proxies to another upstream). Something like:upstream fileserver {server foo;}upstream backend {server...
View ArticleHow to print at non emergency, critical, error from nginx configuration log...
Hello,If I use ngx_conf_log_error during parsing an nginx configuration (post config phase), the messages at NGX_LOG_INFO are not printed to the error log even when I set it the error log to log debug...
View Articlehealth_check Windows (2 replies)
I am trying to use the health_check module on Windows nginx/1..7.6location / {proxy_set_header Host $http_host;proxy_set_header X-Forwarded-Host $host;proxy_set_header X-Real-IP...
View ArticleHow to list all nginx plugin installed (1 reply)
Is there a way to list all plugins installed in my nginx? I am particularly interested in knowing whether HttpEchoModule is installed or not.
View ArticleCan I use ngix as a SSL encryption wrapper as Stunnel? (2 replies)
Hi, All,I'm new to Ngix. All I know is that it can be used as a LB for a website.Someone told me that I can use it as an alternative to Stunnel.Does anyone know that I can use ngix as a replacement to...
View Articlenginx have directives like httpd's MaxRequestsPerChild (1 reply)
hi there, does nginx have directives like apache's MaxRequestsPerChild?Description: Limit on the number of requests that an individual child server will handle during its lifeSyntax:...
View ArticleHelp! log phase is not executed due to r->count being non-zero (1 reply)
Hey all,I'm writing an authentication module that is structurally very similar to ngx_http_auth_request_module...
View ArticleDisable SSL3 handshake errors (no replies)
I disabled SSL3 in ssl_protocols (ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ).So PCs with old browsers (example: IE on WinXP) fail to do the handshakeand I have my nginx logs full of these...
View ArticleHow to make Nginx forget a hostname? (2 replies)
Hi Nginx forums team,I'm with a issue related a removed configuration file for a specific hostname. So, I need to associate the hostname with a new ip address from other vm, but it's not possible...
View ArticleHTTP access not working from Chrome, only HTTPS (1 reply)
Hi, people.I 'm trying to publish IBM Connections by NGINX allowing access using both HTTP and HTTPS . By HTTPS is working but when I try to access by HTTP I get this error in Google Chrome only:This...
View ArticleNeed help with Secure Link!!! Lets see who can solve this... (no replies)
I'm trying to create a Video Hosting site, for that I started checking all existing sites like that one to see how they work and how they secure their files. For my surprise, I noticed most "video...
View Article1.6.2 selective dir logging in doc root (no replies)
is it possible to enable selective dir logging from the document root ?i don't want to log access to a specific dir in doc root (and not subdirs also)i do want to log errors to a specific dir in doc...
View Articlecannot make catch all ssl server block work (2 replies)
hi all,i'm having trouble with nginx:<version>#nginx -Vnginx version: nginx/1.6.2built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC)TLS SNI support enabled</version>so i use .conf files in...
View Articlehttp keep alive with post requests issue (2 replies)
Hi,I am using nginx as proxy with an upstream configuration:upstream example_server {server localhost:9000 fail_timeout=0;keepalive 64;}Everything works fine when configuring location to include...
View ArticleRedirect loop problems (1 reply)
Hi,Today, I was implement redirect using return 301, here's my snippet:server {listen 80;server_name domain.tld;error_log /dev/null;access_log off;return 301 https://www.domain.tld$request_uri;}server...
View Articleclient_max_body_size increase (2 replies)
are there any inherent security risks associated with increasing to avalue of, say, 10M to accommodate attachment upload for web mail clientusage ?_______________________________________________nginx...
View Article