The Wayback Machine - https://web.archive.org/web/20200609123315/https://github.com/topics/fastcgi
Skip to content
#

fastcgi

Here are 130 public repositories matching this topic...

markand
markand commented Feb 6, 2020

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

mpyw
mpyw commented Mar 15, 2020

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/

Improve this page

Add a description, image, and links to the fastcgi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fastcgi topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.