nginx for images (apache for pages) (4 replies)
I'm serving images and dynamic .html pages via apache on port 80. I'dlike to have nginx to serve the images. How can this be done sinceboth apache and nginx need to serve requests on port 80?-...
View Articleimap: invalid header in response while in http auth state (no replies)
I'm using imapproxy and trying to switch to nginx. courier islistening on port 143.mail {auth_http localhost:143;proxy on;server {listen 144;protocol imap;}}I get:auth http server 127.0.0.1:143 sent...
View ArticleIssue with HttpAuthDigestModule (1 reply)
Hello Nginx people!I hope you can help me. I'm having an infuriating problem with auth digest via the HttpAuthDigestModule.The first site I added to Nginx used the same htdigest password file as my...
View ArticleIMAP: auth_http (no replies)
nginx seems to require being pointed to an HTTP server for imapauthentication. Here's the protocol spec:http://wiki.nginx.org/MailCoreModule#AuthenticationIs the idea to program this server yourself or...
View Articleproxy_read_timeout for an apache location? (4 replies)
Can I set proxy_read_timeout for only a particular location which ispassed to apache?- Grant_______________________________________________nginx mailing...
View ArticleNginx rewrite rules for phpBB (no replies)
I need help with phpBB rewrite rules. Used this tool http://winginx.ru/htaccess to convert some rules, but they are not applied. The syntax is ok, so i don't know the problem. Original .htaccess...
View ArticleSelectively implement something like proxy_ignore_headers Set-Cookie? (1 reply)
I'm wondering if anyone has any thoughts about how I might address thefollowing?I am using nginx as a caching reverse proxy in front of a complexApache/Weblogic Java application.I have a half-dozen...
View ArticleWhy Nginx Doesn't Implement FastCGI Multiplexing? (no replies)
Hi,I'm doing some research on FastCGI recently. As I see from the FastCGIspecification, it does support multiplexing through a singleconnection. But apparently none of the current web servers,...
View Articlenginx forward proxy - 502 bad gateway (1 reply)
I have install nginx forward proxy in two Ubuntu 12.04 servers with thefollowing configuration.server {listen 8080;location / {resolver 8.8.8.8;proxy_pass http://$http_host$uri$is_args$args;}}After...
View ArticleHeaders set in http {} go missing after setting headers in location {} (1 reply)
Here is my nginx configuration http://pastie.org/private/4lceuccm9twmuiozdjnzkgMy nginx -V is:nginx version: nginx/1.2.7built by gcc 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC)TLS SNI support enabledI...
View ArticleHTTPS header missing from single server (no replies)
How can I make nginx set the HTTPS header in a single http/httpsserver? piwik with force_ssl=1 on apache goes into a redirect loopbecause it doesn't know SSL is on due to the nginx reverse proxy.There...
View Article"nginx does not suck at ssl" (no replies)
After reading "nginx does not suck at ssl":http://matt.io/entry/urI'm using:ssl_ciphers ALL:!aNULL:!ADH:!eNULL:!MEDIUM:!LOW:!EXP:!kEDH:RC4+RSA:+HIGH;Is this a good choice?-...
View ArticleDeny rules not working - raw php files being served! (no replies)
Hi all,I'm using a pretty simple WordPress nginx config that is documented on the WordPress codex.http://codex.wordpress.org/NginxAll works fine except for 1 critical aspect.The config uses a...
View ArticleExternal Redirect when expecting internal redirect (2 replies)
Hello,I'm running nginx 1.2.1-2.2 on Debian Wheezy (testing). I try to obtainthe following:Depending on the subnet accessing either rewrite internally to a cgiscript or to a static Website. For the cgi...
View Articlesecuring access to a folder - 404 error (no replies)
I'm trying to secure a directory on a CentOS 6.3 64 server running NGINX 1.2.7. I think I've set this up correctly, but it keeps giving me a 404 Not Found error when I try to access a file in that...
View ArticleSPDY patch not applying cleanly. (5 replies)
Hello,Apparently the SPDY patch doesn't apply cleanly to 1.3.14. See theresults below for the offending files.I suppose that the patch should apply cleanly to the "dev" branch?Thanks,--- appa|# HG...
View ArticleSSL default changes? (2 replies)
It looks like these changes from default are required for SSL sessionresumption and to mitigate the BEAST SSL vulnerability:ssl_session_cache shared:SSL:10m;ssl_ciphers...
View Articleauth_request: is it possible to return auth_request result directly to...
Hi,Currently I have auth_request module configured to return static pageson 401 and 403 errors. This looks like this:auth_request /auth/api/is-authorized/;error_page 401 /auth/login.html;error_page 403...
View Articlemultiple docroot (no replies)
Hi All,Is it possible to have multiple docroot for a single domain? and will loaddifferent docroot based on condition?our developers are currently developing our application but based on a...
View ArticleSubtle differences of restart (no replies)
Hello all:I had a few subtle question on NGINX operation and in particular are of reseading configuration :-- Assuming NGINX processes are running and the configuration is syntacaly valid, what it the...
View Article