Re: SSL Question/Error

2014-02-07 Thread Silvio Siefke
Hello, On Sat, 08 Feb 2014 07:03:33 +0400 "Valentin V. Bartenev" wrote: > Not the same, on your start page link to CSS is relative: > Ah okay the css files. I think it mean html5shiv and human.txt too, but now has links change too https and has rewrite. Now should work. Thank you for help &

Re: SSL Question/Error

2014-02-07 Thread Valentin V. Bartenev
On Saturday 08 February 2014 04:00:43 Silvio Siefke wrote: > Hello, > > On Sat, 08 Feb 2014 06:45:14 +0400 "Valentin V. Bartenev" > wrote: > > > Browser clearly says what is the problem: > > "Firefox has blocked content that isn't secure". > > yes hhh thats true. The easy way never in eyes :) B

Re: SSL Question/Error

2014-02-07 Thread Silvio Siefke
Hello, On Sat, 08 Feb 2014 06:45:14 +0400 "Valentin V. Bartenev" wrote: > Browser clearly says what is the problem: > "Firefox has blocked content that isn't secure". yes hhh thats true. The easy way never in eyes :) But why in blog so, but on startpage goes? There same http links in head? Th

Re: SSL Question/Error

2014-02-07 Thread Valentin V. Bartenev
On Saturday 08 February 2014 03:28:48 Silvio Siefke wrote: > Hello, > > sorry i forget the website. > > http://silviosiefke.com/blog > https://silviosiefke.com/blog > > Thank you for help & Nice Day > Silvio > Browser clearly says what is the problem: "Firefox has blocked content that isn't se

Re: NginxHttpRewriteModule compiled sequence

2014-02-07 Thread Ajay k
Thanks Maxim Dounin On Thu, Feb 6, 2014 at 5:51 PM, Maxim Dounin wrote: > Hello! > > On Thu, Feb 06, 2014 at 01:48:36PM +0530, Ajay k wrote: > > > Is there a way to print all the compiled sequences of a rewrite module as > > documented in > > > > http://wiki.nginx.org/NginxHttpRewriteModule >

Re: SSL Question/Error

2014-02-07 Thread Silvio Siefke
Hello, sorry i forget the website. http://silviosiefke.com/blog https://silviosiefke.com/blog Thank you for help & Nice Day Silvio ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

SSL Question/Error

2014-02-07 Thread Silvio Siefke
Hello, i has set my vhost with ssl and has create a certificate on cacert.org. I use the tutorial on: https://www.mare-system.de/guide-to-nginx-ssl-spdy-hsts/ I has no problems in error log, no in access log all ok, only when i call my blog with chrome or firefox the css files will not be load

Re: One link/area on a https site with a different SSL config?

2014-02-07 Thread tbamise
>> Patrick Lists wrote in post #1132735: >>> On 09-01-14 22:48, Styopa Semenukha wrote: Patrick, It's not possible, because SSL works on lower level (session layer) than HTTP >>> (application layer). >>> >>> Thank you for your feedback. That's unfortunate. I hope to see flexible >>>

Re: No authentication prompt with if block

2014-02-07 Thread Maxim Dounin
Hello! On Fri, Feb 07, 2014 at 10:05:32AM -0800, Grant wrote: > Authentication works fine if I don't include the if block but I'd like > to allow only a certain user access to this server block. I get a 403 > in the browser without any prompt for authentication. > > auth_basic "Authentication R

Re: Transforming nginx for Windows

2014-02-07 Thread itpp2012
tonyschwartz Wrote: --- > This is very nice. Thanks. I noticed the > encrypted-session-nginx-module is missing from this build. Is there No reason to omit it other then no one has requested it :) I'll have a look and add it if there are no cro

Re: Transforming nginx for Windows

2014-02-07 Thread tonyschwartz
This is very nice. Thanks. I noticed the encrypted-session-nginx-module is missing from this build. Is there some reason you omitted it? Have you published any docs on how to build this ourselves in windows using your source code? Or is that obvious and I should RTM? Posted at Nginx Forum: h

No authentication prompt with if block

2014-02-07 Thread Grant
Authentication works fine if I don't include the if block but I'd like to allow only a certain user access to this server block. I get a 403 in the browser without any prompt for authentication. auth_basic "Authentication Required"; auth_basic_user_file htpasswd; if ($remote_user != "myuser") {

Re: restrict by IP for some users

2014-02-07 Thread Grant
>> I'd like to restrict access to a server block to authenticated users. >> Some of the users should be able to access it from any IP and some of >> the users should be blocked unless they are coming from a particular >> IP. How is this done in nginx? > > Perhaps something along these lines? > > U

acess log over nfs hanging

2014-02-07 Thread Jader H. Silva
Hello all. I've been using nginx as a reverse proxy and to write access.log files named with variables. I am also using open log file cache. It seems that when some processes are running in the nfs server, the share won't allow writing for some time and I noticed all nginx workers in status D and

Re: 100% CPU Usage

2014-02-07 Thread Maxim Dounin
Hello! On Fri, Feb 07, 2014 at 09:27:02AM -0500, Cédric wrote: > Hi > (In first sorry for my english, I'm French) > In my Company we work with Trend Micro Deep Security v9. > This solution is installed on a 2008R2 SP1 (Virtual Machine) and every week > we have a crash; 2 NGINX.EXE process uses

100% CPU Usage

2014-02-07 Thread Cédric
Hi (In first sorry for my english, I'm French) In my Company we work with Trend Micro Deep Security v9. This solution is installed on a 2008R2 SP1 (Virtual Machine) and every week we have a crash; 2 NGINX.EXE process uses 100% CPU usage. I have created a scheduled task who reboot the server once

IPv4 & IPv6 combination

2014-02-07 Thread Peleke
I have a virtual server with Debian Wheezy and nginx 1.4.4 installed: nginx version: nginx/1.4.4 TLS SNI support enabled configure arguments: --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body --htt