Nginx 1.4.4-4 / limit_conn / limit rate
Dear honorable members,I switched recently from Apache / Debian to Nginx / Debian andi'm struggling a bit right now. I hope to find some help in this forum.System info:Nginx-Full 1.4.4-4 / Debian...
View ArticleDoes ngx_http_rewrite_module is auto added with source compilation ?
Hello,I followed an excellent tutorial on how to compile nginx with ngx_pagespeed @ http://www.howtoforge.com/using-ngx_pagespeed-with-nginx-on-debian-jessie-testingI wanted to know if...
View ArticleUsing cache on Windows x64
What is preventing Nginx from using cache and shared memory on windows x64 with disabled Address Space Layout RandomizationOn newer windows x64 Address Space Layout Randomization (ASLR) can be disabled...
View ArticleRe: Using cache on Windows x64
To be more specific the fastcgi cache is not working. I use it this way:fastcgi_cache_path /tmp levels=1:2keys_zone=NAME:10minactive=5m;fastcgi_cache_key "$scheme$request_method$host$request_uri";
View ArticleNo input file specified.
yet another "No input file specified." topic(I can't figure it out on my own, so someone give me a hand please)fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;#fastcgi_param...
View ArticleWebDAV COPY and MOVE problem
Hello,I configure NGINX to be a WebDAV server:server {listen 8283;server_name 127.0.0.1;root /home;charset utf-8;create_full_put_path on;client_max_body_size 4g;client_body_timeout...
View ArticleSuper noob question about setting up round robin fan out and also some other...
So I want a setup where the user has a primary access (site1) and from there, if they click an icon, they are routed somewhere else (Which is actually roundrobin'd between 2 sites, sites3/4).so SITE1...
View ArticleRe: No input file specified.
I was able to resolve by removing multiple "root"s from all blocks other than server.
View ArticleFastCGI setup error
I’m getting the following error when attempting to add the 3 fastcgi_cache lines below to the mysite.com config file:root@server:/etc/nginx/sites-available# nginx -t && service nginx...
View ArticleRe: WebDAV COPY and MOVE problem
A little progress, this configuration is OK:server {listen 8283;server_name 127.0.0.1;root /home;charset utf-8;create_full_put_path on;client_max_body_size 4g;client_body_timeout...
View ArticleRe: Problem with nginx +Mariadb+Shopware
No one any Idee how this could work? I dont know what to try anymore too :(
View Articlenoob question about ssl
I'm using nginx as a reverse-proxy front-end for an ajax web app. This web app has lots of sections accessible to the general public, plus it has "member" areas where they have to be logged in. I use...
View ArticleHow to Test ngx_http_limit_req_module
Hello,I've recently installed nginx 1.4.5 on a Pogoplug (ARMv5) running Arch Linux ARM.I reviewed the nginx package build file and notice that "--without-http_limit_req_module" was not specified in the...
View ArticleRe: How to Test ngx_http_limit_req_module
In sticking with what appears to be tradition at this forum, I'll answer my own question.First, kudos to some helpful folks over a stackoverflow for helping me understand what the nginx documentation...
View ArticleRe: WebDAV COPY and MOVE problem
Reported a BUG to TRAC:http://trac.nginx.org/nginx/ticket/510
View ArticleI still have errors like 502 Bad Gateway and upstream problems :/
HelloOn a server driven by NGINX with PHP-FPM I'm trying to eliminate errors like- 502 Bad Gateway- recv() failed (104: Connection reset by peer) while reading response header from upstream, client:...
View ArticleMailserver
Hi, I builded a webside with nginx mariadb shopware and now i want to add a mail server so my shopware can send mails.this is only a test server so it is not online. i use Ubuntu 12.04 LTS as a VM. i...
View Articlesolve "maximum number of descriptors" problem
we're using nginx under windows 2012 server, package WT-NMP.load is getting higher and today we're started getting this errors in error log2014/02/20 16:21:29 [error] 4744#712: *94523 maximum number of...
View ArticleRe: I still have errors like 502 Bad Gateway and upstream problems :/
Some more information :The server is based on a Intel Xeon E3-1245v2 (4C/8T) @3.4 Ghz + 32 Gb RAM, and receives 300 visitors / secondes.
View Article