[PR #1368] [MERGED] Fix FCGI (over TCP) support #15881

Closed
opened 2025-11-02 11:56:46 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1368
Author: @pkorovin
Created: 3/22/2017
Status: Merged
Merged: 3/23/2017
Merged by: @appleboy

Base: masterHead: fix-fcgi_serve


📝 Commits (1)

  • ef53904 Fix FCGI (over TCP) support

📊 Changes

1 file changed (+6 additions, -1 deletions)

View changed files

📝 cmd/web.go (+6 -1)

📄 Description

Although basic FCGI support is present since 2014 (gogits/gogs#601), it's not usable.
This commit adds support for serving via FCGI protocol over tcp socket.
The socket address:port is derived from HTTP_ADDR and HTTP_PORT configuration settings.
Tested on OpenBSD-current with OpenBSD's httpd.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/1368 **Author:** [@pkorovin](https://github.com/pkorovin) **Created:** 3/22/2017 **Status:** ✅ Merged **Merged:** 3/23/2017 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `fix-fcgi_serve` --- ### 📝 Commits (1) - [`ef53904`](https://github.com/go-gitea/gitea/commit/ef539046540ae0c8102b167321e3cc6bcb598f5b) Fix FCGI (over TCP) support ### 📊 Changes **1 file changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `cmd/web.go` (+6 -1) </details> ### 📄 Description Although basic FCGI support is present since 2014 (gogits/gogs#601), it's not usable. This commit adds support for serving via FCGI protocol over tcp socket. The socket address:port is derived from HTTP_ADDR and HTTP_PORT configuration settings. Tested on OpenBSD-current with OpenBSD's httpd. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:56:46 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15881