https to http error "too many redirects"

2015-03-19 Thread jinwon42
Hi. i have a setting problem. I want all request "http" --> "https" But, some location is "https" --> "http". ALL Location : https /companyBrand.do : http only i saw error that "too many redirects" What's problem? ---

nginx fails to start - nginx.service not found

2015-03-19 Thread tunist
i just built the latest mainline nginx from source on fedora 21 (64bit) and when i run: service nginx start i see: Redirecting to /bin/systemctl start nginx.service Failed to start nginx.service: Unit nginx.service failed to load: No such file or directory. i've searched around online and so fa

What's the proper way to apply different connection limits to multiple virtual hosts?

2015-03-19 Thread gonguinguen
Let's say that we have two virtual hosts serving two domains: blog.com and store.com. Let's suppose that we need to apply the following limits: - blog.com: no more than 5 connections per ip, and no more than 50 total connections to the virtual host - store.com: no more than 10 connections per ip,

Re: rewrite rules cms phpwcms not working

2015-03-19 Thread dansch8888
I found the problem with the Y. It was this "[PHP] echo date(Y);[/PHP]" code in my CMS content, where the Y not was quoted 'Y'. I changed it to "[PHP] echo date('Y');[/PHP]" and all went fine now. The [PHP] is just a replacement tag of the CMS, where you can render PHP code in the system. All work

[ANN] Windows nginx 1.7.11.3 Gryphon

2015-03-19 Thread itpp2012
20:43 19-3-2015 nginx 1.7.11.3 Gryphon Based on nginx 1.7.11 (19-3-2015, last changeset 6024:199c0dd313ea) with; + Openssl-1.0.1m (CVE-2015-0204, CVE-2015-0286, CVE-2015-0287, CVE-2015-0289, CVE-2015-0292, CVE-2015-0293, CVE-2015-0209, CVE-2015-0288) * In some cases the nginx processes won't sto

Help needed with configuration

2015-03-19 Thread Ian
Hi, I have the following configuration. Why are a missing .html file, and the requests for favicon.ico (also missing), all result in a "bad gateway" error.? The error log shows that the request is passed to uwsgi, which is aborting 502. I would have expected the last two configurations to b

Re: SSL3_CTX_CTRL:called a function you should not call

2015-03-19 Thread 173279834462
Update: The original error "SSL3_CTX_CTRL:called a function you should not cal" is no longer on the logs. The last occurrence dates back to early february: 2015/02/03 20:23:30 [alert] 69020#0: *16 ignoring stale global SSL error (SSL: error:14085042:SSL routines:SSL3_CTX_CTRL:called a function

Re: Reverse Proxy for Microsoft RDP

2015-03-19 Thread Lorne Wanamaker
Can't say I have ever heard of Nginx being used like that but would be interesting if it could. If you are worried about RDP exposure you can always lock down RDP access to a certain IP. All of our servers (RDP) are locked down to just 2 staff VPN IPs. Lorne On Thu, Mar 19, 2015 at 2:44 PM, blaso

Reverse Proxy for Microsoft RDP

2015-03-19 Thread blason
Hi Guys, I do have couple of microsoft servers which are being accessed over the internet using RDP. Would like to know if nginx can be used as a reverse proxy for RDP servers without exposing my original servers? Can someone guide me plss Posted at Nginx Forum: http://forum.nginx.org/read.

Rewrite undecoded URL

2015-03-19 Thread youngde811
Hello. We are trying to use the nginx rewrite rule, without the application of URL decoding. The relevant portion of our test configuration is: location ~ ^/p/stratus.* { include conf.d/hosts.conf;

SSL backend support for imap proxy

2015-03-19 Thread doachs
>From what I can see in the forum archives, the mail/imap proxy does not support encrypted connections to a backend imap server. This still appears to be the case with the latest mainline version. Are there any plans to add that? It would be really great if our nginx imap proxy server could talk

Re: Google dumps SPDY in favour of HTTP/2, any plans for nginx?

2015-03-19 Thread Valentin V. Bartenev
On Wednesday 18 March 2015 19:11:18 Mark Mielke wrote: > Hi Valentin: > > Are you talking about the same "push" as I am? HTTP/2, or at least SPDY, > had the ability to *push* content like CSS in advance of the request, > pushing content into the browsers cache *before* it needs it. Yes, about tha

Re: SSL Ciphers

2015-03-19 Thread Anton Yuzhaninov
On 03/19/15 15:29, Дилян Палаузов wrote: Can you tell me, why doesn't nginx support all ciphers printed by openssl cipher using the same cipher-string? Some cipher suites depend on certificate type. E. g. for ECDHE-ECDSA-* you need ECC-based certificate. __

SSL Ciphers

2015-03-19 Thread Дилян Палаузов
Hello, I have nginx linked openssl 1.0.2 and nginx and configured with ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_ciphers "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH CAMELLIA SHA256 SHA384 !aNULL !eNULL !LOW -3DES !MD5 !EX