HyperFastCgi icon indicating copy to clipboard operation
HyperFastCgi copied to clipboard

Performant nginx to mono fastcgi server

Results 22 HyperFastCgi issues
Sort by recently updated
recently updated
newest added

Hi I've not had much luck getting the native listener to be stable, so have been trying the managed listener instead. Unfortunately, this leaks sockets. After a while, I have...

``` Change: NuGetServer.dll Stacktrace: Native stacktrace: /usr/bin/mono() [0x4b73d8] /usr/bin/mono() [0x50f13b] /usr/bin/mono() [0x423d22] /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f8b6488c340] /lib/x86_64-linux-gnu/libc.so.6(+0x870c6) [0x7f8b6453e0c6] /usr/lib/libhfc-native.so(unregister_host+0x84) [0x7f8b27bfac74] [0x419ae9a6] Debug info from gdb: Could not attach to process. If your...

First: Sorry if this question turns out to be more about nginx and less about hyperfastcgi. I'm trying to set up nginx with one/default server pointing to hyperfastcgi, thinking that...

I've got a weird issue which I am trying to hunt down for a while. The issue appears only after some time running. After a while I see the process...

Hello, problem is somewhere inside C code, seems like bufferevent_free called twice and not obvious. Please help me if possible or just say where I need to search. What additional...

I tried it under init.d, systemd to set the umask, to no avail. The files still are created by a process with limited permissions -rw------- . This is a bug...

Hi, I have the same error, can you tell me how can it be solved? Thanks! OC: CentOS7 ``` #: LD_LIBRARY_PATH=/usr/local/lib hyperfastcgi4 /config=/etc/hyperfastcgi/hfc.config /loglevels=All [2017-04-07 17:33:09Z] Debug HyperFastCgi libev.c:475: Listen():...

While it could certainly be my configuration, i am matching samples but just can't seem to get a response. Nginx serves the static web page OK when no fastcgi is...

In the course of debugging, I was running HFC with /stoppable=True. Hitting enter would shutdown the service, but would hang in the terminal. Hitting ctl-c causes this: ``` libev.c:432: Shutdown():...

As far as I can see it seems that there is no real graceful shutdown implemented for the Listeners. After sending a SIGTERM/SIGINT, HFC is not waiting for all current...