fastcgi
Here are 130 public repositories matching this topic...
Tutorial Errata
Hi Daniel,
A few more issues with the online tutorial (not trying to be picky here, but these are the issues I encountered):
In https://github.com/cutelyst/cutelyst/wiki/Tutorial_03_MoreCutelystBasics#register-a-cutelyst-view :
target_link_libraries(Hello
...
Cutelyst::View::Grantlee # Add this line
...
}
should be:
target_link_libraries(MyApp
..
-
Updated
Jun 4, 2020 - Go
Is there a possibility to activate debug session with xdebug in fired async request?
I've tried to set XDEBUG_SESSION_START POST var and some environment settings, but without success.
Did anyone found a solution?
-
Updated
May 30, 2020 - Objective-C
Hello,
This isn't a direct issue to kcgi but I think it could be valuable to add some information on how to use FastCGI with kcgi based programs on the official documentation.
kcgi makes uses of PATH_INFO which seems... to be poorly implemented in most web servers.
Lighttpd
For the moment, I was unable to get fastcgi working with my kcgi program. I've tried the following but the pro
Currently, there are four options for Log Level and options are None, Info, Warning, Error
None option is not required because you already give Enable Logging option under Debug Options.
Instead of None option give All option to log all information like Info, Warning, Error.
I'm trying to decide whether to use a PoolClient, but pool.go doesn't say what benefit it has. I guess it's supposed to be for performance but I don't see any benchmarks that would give evidence for that.
I hope this isn't taken as too critical. I'm glad you wrote this library and I'm getting nice results from it.
Using Microsoft's vcpkg, you can easily compile code under windows, linux, osx, just use vcpkg install fastcgi: x64-windows
In order to make it compile, I modified the libfcgi.mak file to support compilation under x64 and uwp, and modified acinclude.m4 so that it does not report an error under linux.
I have submitted a PR 7824 to [microsoft/vcpkg](
-
Updated
Aug 7, 2019 - C++
I have migrated to using 'cert-manager' but have not updated the instructions. So far testing 'cert-manager' for over 6 months on live servers and runs fine. Need to update the instructions to reflect new setup.
This should be written in README, Wiki or somewhere?
FROM golang:1.13 as HTTP2FCGI_BUILD
RUN apt update -y \
&& go get -v -ldflags '-w -s' github.com/alash3al/http2fcgi/...
FROM php:7.4-fpm-alpine
# https://stackoverflow.com/questions/34729748/installed-go-binary-not-found-in-path-on-alpine-linux-docker
RUN mkdir /lib64 \
&& ln -s /lib/libc.musl-x86_64.so.1 /lib64/-
Updated
Dec 10, 2019 - C++
-
Updated
Jun 10, 2016 - HTML
Improve this page
Add a description, image, and links to the fastcgi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fastcgi topic, visit your repo's landing page and select "manage topics."


currently "option forwardfor" cant't be unset, so there is no way to enable it in the default section and disable it in a particular frontend