Re: nginx 1.13 binaries

2017-07-27 Thread Gee Bunny
/nginx.org/packages/centos/6/x86_64/RPMS/ >>> My guess: they are already there. >>> See http://nginx.org/en/linux_packages.html On Sat, Jul 22, 2017 at 9:45 PM, Gee Bunny wrote: > Are there plans to add nginx 1.13 to any of the yum repositories? > > Like: > >

nginx 1.13 binaries

2017-07-22 Thread Gee Bunny
Are there plans to add nginx 1.13 to any of the yum repositories? Like: http://nginx.org/packages/centos/6/x86_64/RPMS/ Some of us would like to run the latest version of NGINX with TLS1.3 support, without having to compile from source. Are there any plans or ETA to have nginx 1.13 aded to the

Mono MVC Timeout

2013-05-26 Thread Gee
Hi everyone! I am struggling to get a (simple) MVC app work under OpenBSD (5.3) + Mono (2.10.9) + Nginx (1.2.6) I can get a simple index.aspx (Hello World) app to work, but the default MVC 3 template doesn't seem to work. I made some minor changes to remove any reference to SQL providers in Web.

Nginx + Mono (OpenBSD 5.3)

2013-05-15 Thread Gee
OK - I can confirm that nginx is in fact chroot(8) - After much playing around, I noticed a comment in the ports documentation that mentions this (I know, I know...) So to solve this particular problem, I just moved my socket to /var/www/ and ensured that my user had the appropriate permissions.

Nginx + Mono (OpenBSD 5.3)

2013-05-11 Thread Gee
It's looking like he permissions issue may be related to chroot (OpenBSD appears to run nginx in 'jail'). This all seems sane - but unfortunately, my *nix-foo isn't strong enough to work out which is the best path for my socket (file) to live. Can anyone help me with this? Thanks! G ___

Re: Mono + nginx (OpenBSD 5.3)

2013-05-08 Thread Gee
Hi all So this is what I tried tonight: For sanity's sake: chown root /tmp/fastcgi-mono-socket chmod 777 /tmp/fastcgi-mono-socket To see permissions on the socket ls -la /tmp/fastcgi-mono-socket: Output: srwxrwxrwx 1 root wheel 0 May 8 16:01 fastcgi-mono-socket grep wheel /etc/group To

Re: Mono + Nginx (OpenBSD 5.3)

2013-05-07 Thread Gee
After some more faffing with XSP4 and Web.config, I was at least able to serve a 'Hello World' via TCP. So this proves that nginx and mono can work together on my setup. So in going back to the unix sockets, I still have the same problem. As already suggested, this does look like a permissions i

Re: Mono + nginx (OpenBSD 5.3)

2013-05-07 Thread Gee
OK, It appears I have been trigger-happy and wandered down a dead-end (my apologies to everyone). I removed System.Configuration.dll from my deployment and XSP ran (and was as happy as it can be). I am now back to the bad gateway problem (502). This tells me that the site's code is not the probl

Re: Mono + nginx (OpenBSD 5.3)

2013-05-07 Thread Gee
OK, by removing all copies of \bin\System.Web.* from my app's path, I whittled the exception down to this: Handling exception type TypeInitializationException Message is An exception was thrown by the type initializer for System.Web.Configuration.WebConfigurationManager IsTerminating is set to Tru

Re: Mono + nginx (OpenBSD 5.3)

2013-05-07 Thread Gee
Hi everyone I have made progress (of sorts). After lots of faffing, I got xsp2/4 to work and have logged the following exception: Handling exception type TargetInvocationException Message is Exception has been thrown by the target of an invocation. IsTerminating is set to True System.Reflection.

Re: Mono + nginx (OpenBSD 5.3)

2013-05-06 Thread Gee
Richard - I ran netcat, but no debug output appeared when running nginx/mono. I'm not sure if this is a sign of anything or not though? :-( Jonathan - I tried your chmod suggestion - but still no joy :-( Any other ideas? *fingers crossed* Thanks G

Mono + nginx (OpenBSD 5.3)

2013-05-06 Thread Gee
Hi I am having trouble getting Mono to work with nginx. I installed my OS (OpenBSD 5.3) and set up ports. I built mono, mono-xsp and nginx - all without incident. All three appear to be working OK, but not in conjunction. I am trying to run the default MVC3 web app, but keep getting a 502 (Bad