mherarsh

Results 5 comments of mherarsh

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(): libevent...

@xplicit tahnks, I open another issue: [https://github.com/xplicit/HyperFastCgi/issues/81](https://github.com/xplicit/HyperFastCgi/issues/81)

@xplicit если можно я перейду на русский чтобы нормально объяснит )) Да, так пробовал, но не помогает: `443` Пробовал даже убрать SSL но по 80 порту тоже не проходит. У...

@xplicit да, конфиг точно лежит по этому пути в противном случае не запускается, говорит нет кофиг файла, единственное отличие от debian в том что в текущем случае я дополнительно указываю...

From Docker: ``` FROM microsoft/dotnet:2.1-aspnetcore-runtime AS base RUN ln -s /lib/x86_64-linux-gnu/libdl.so.2 /lib/x86_64-linux-gnu/libdl.so RUN apt update RUN apt install -y libgdiplus RUN ln -s /usr/lib/libgdiplus.so /lib/x86_64-linux-gnu/libgdiplus.so ```