Re: nginx-rtmp-compile-for-windows error??? help

2015-05-30 Thread Kurt Cancemi
-- Forwarded message -- From: Kurt Cancemi Date: Sat, May 30, 2015 at 6:40 PM Subject: Re: Compiling Nginx on Windows 7 To: "nginx@nginx.org" That's an OpenSSL asm compile error, you need nasm installed and in your PATH, masm which is included in visual studio i

Re: nginx-rtmp-compile-for-windows error??? help

2015-05-30 Thread Roman Arutyunyan
Try to compile nginx without the rtmp first. On 30 May 2015, at 23:07, z_kamikimo wrote: > Im experiencing issues with compiling Nginx on Windows 7, every thing goes > good until nmake -f objs/Makefile. > I get the following error > > Assembling: tmp32\sha1-586.asm > tmp32\sha1-586.asm(1432) :

mail proxying

2015-05-30 Thread dethegeek
Hi I'm setting up nginx as a reverse proxy for a postfix / dovecot setup. My imap server requires STARTTLS usage. Nginx seems to not issue STARTTLS command before forwarding users credentials. Here is the error I found in /var/log/nginx/error.log [error] 928#0: *20 upstream sent invalid respon

Re: Compiling Nginx on Windows 7

2015-05-30 Thread Kurt Cancemi
That's an OpenSSL asm compile error, you need nasm installed and in your PATH, masm which is included in visual studio is not supported by OpenSSL. Kurt Cancemi https://www.x64architecture.com > On May 30, 2015, at 4:00 PM, z_kamikimo wrote: > > Im experiencing issues with co

[OT] Cant write across filesystem mounts?

2015-05-30 Thread E.B.
Hi I dont think this is specific to nginx but I hope its a good place to ask! When running PHP script through Nginx it writes OK to files on the same disk mount where the PHP file is located but not to the other parts of the system that are on another mount. (well i dont know if its a matter of "s

nginx-rtmp-compile-for-windows error??? help

2015-05-30 Thread z_kamikimo
Im experiencing issues with compiling Nginx on Windows 7, every thing goes good until nmake -f objs/Makefile. I get the following error Assembling: tmp32\sha1-586.asm tmp32\sha1-586.asm(1432) : error A2070:invalid instruction operands tmp32\sha1-586.asm(1576) : error A2070:invalid instruction oper

Re: Compiling Nginx on Windows 7

2015-05-30 Thread z_kamikimo
Im experiencing issues with compiling Nginx on Windows 7, every thing goes good until nmake -f objs/Makefile. I get the following error Assembling: tmp32\sha1-586.asm tmp32\sha1-586.asm(1432) : error A2070:invalid instruction operands tmp32\sha1-586.asm(1576) : error A2070:invalid instruction ope

Re: Nginx virtual host traffic status module

2015-05-30 Thread George
Thanks for the excellent module, I have it working for my builds https://community.centminmod.com/threads/centmin-mod-nginx-live-vhost-traffic-statistics-preview-discussion.3022/ :D Would be great if there's some documentation on how to customise the CSS in html mode https://github.com/vozlt/nginx