Re: Installed nginx with iredmail; how to add web content & test without DNS change

2015-05-01 Thread Umarzuki Mochlis
You need to find how to create virtual host for inginx which involves setting up sites-available/domain file, symlink it to sites-enabled/ and restart nginx. You would also need to edit you host file on your pc to simulate dns resolve for testing purposes. On May 2, 2015 8:51 AM, "gariac" wrote:

Windows build failing - NMAKE : fatal error U1073

2015-05-01 Thread Alec Taylor
Following your guide: http://nginx.org/en/docs/howto_build_on_win32.html With a few edits, I then ran: ./configure --with-cc=cl --builddir=objs --prefix= --conf-path=conf/nginx.conf --pid-path=logs/nginx.pid --http-log-path=logs/access.log --error-log-path=logs/error.log --sbin-path=nginx.exe --ht

Re: How to enable OCSP stapling when default server is self-signed?

2015-05-01 Thread bughunter
Finally had some time to construct an extremely basic server configuration with a default HTTP and HTTPS server and test it. I'm working on a production server, so there are quite a few requests every second and therefore the downtime had to be scheduled into a tiny window of opportunity. I also

Re: Installed nginx with iredmail; how to add web content & test without DNS change

2015-05-01 Thread gariac
I think I failed to explain my problem correctly. It seems to me whatever I do for the test would be on the server side, not client side. Studying your reply, I think your solution maps domain.com to ipaddress (dotted quad) from the client side. What I need to do is have the one ip address I have f

Re: Is there any way to load SSL certificates from a URL?

2015-05-01 Thread Andrew Stuart
Might it be possible to load SSL certificates from a URL using Lua? On 2 May 2015, at 8:11 am, itpp2012 wrote: What about using curl to fetch it and store it on a ramdisk/swapdrive or where you keep the .conf files? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,258564,258566#msg-2

Re: Help with nginx downloads folder?

2015-05-01 Thread Thiago Farina
On Fri, May 1, 2015 at 3:47 PM, HENRY CLINE wrote: > Yes all ports are open and listening? > That is not necessary the same. Do you have it on your nginx.conf? What your root looks like? If you can provide more information, that can help us diagnose the problem and shed some light on it perhaps.

Re: Is there any way to load SSL certificates from a URL?

2015-05-01 Thread Andrew Stuart
Its an embedded system so I don’t have the chance to run anything at boot time/startup - it just goies straight into nginx. On 2 May 2015, at 8:11 am, itpp2012 wrote: What about using curl to fetch it and store it on a ramdisk/swapdrive or where you keep the .conf files? Posted at Nginx Forum

Re: Is there any way to load SSL certificates from a URL?

2015-05-01 Thread itpp2012
What about using curl to fetch it and store it on a ramdisk/swapdrive or where you keep the .conf files? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,258564,258566#msg-258566 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/m

Is there any way to load SSL certificates from a URL?

2015-05-01 Thread Andrew Stuart
When nginx starts I want to load the SSL certificates via URL rather than file system. This is because the machine that I am running from does not have a usable file system, and also because I need to fetch the certificates at the time that nginx is started. Is there any way to do this? tha

error logging with nginx and uWSGI

2015-05-01 Thread Larry Martell
Prior to now, all the django projects I've worked on have used apache and WSGI. With those, when an error occurred I went to /var/log/httpd/error_log and details of the error were clearly there. Now for the first time I am working on a project using nginx and uWSGI. Here, the /var/log/nginx/error_

Can't find nginx-extras 1.9 mainline in any repo.

2015-05-01 Thread talkingnews
Just installed Ubuntu 15.04 and rather surprised to see it's still giving nginx-extras (1.6.2-5ubuntu3) So I added the recommended official repo as per http://nginx.org/en/linux_packages.html#mainline deb http://nginx.org/packages/mainline/ubuntu/ vivid nginx except, vivid gave a "not found" s

Re: open socket left in connection

2015-05-01 Thread hheiko
:-( This problem is related to SPDY and occurs on our system without fastcgi or proxycaching. It's a pity that we cannot use SPDY on our production system... Posted at Nginx Forum: http://forum.nginx.org/read.php?2,258312,258558#msg-258558 ___ nginx m