fastcgi-mono-server4 hangs up

397 Views Asked by At

I have a C# API which I need to have for an C# application. The problem is, when I start the monoserve process and manualy enter the page, the monoserve process hangs up.

Screenshot: Screenshot

Monoserve Logfile: http://pastebin.com/raw/3aAdjS10

How I start fastcgi-mono-server4: http://pastebin.com/UctDWu23

Nginx vhost config: http://pastebin.com/raw/fjrvDmca

Nginx Error Log: http://pastebin.com/raw/jBsTEawS

fastcgi-mono-server4 --version
Mono.WebServer2.dll 0.4.0.0
(c) (c) 2002-2011 Novell, Inc.
Classes for embedding an ASP.NET server in your application .NET 4.0.

 

mono --version
Mono JIT compiler version 4.2.3 (Stable 4.2.3.4/832de4b Wed Mar 16 13:19:08     UTC 2016)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-    project.com
        TLS:           __thread
        SIGSEGV:       altstack
        Notifications: epoll
        Architecture:  amd64
        Disabled:      none
        Misc:          softdebug
        LLVM:          supported
0

There are 0 best solutions below