feat: build as cgi/fpm application so can httpd handle better #1063

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

Originally created by @mckaygerhard on GitHub (Sep 14, 2017).

  • Gitea version (or commit ref):any
  • Git version: 1.8.3
  • Operating system: Linux
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

Gitea today builds as a httpd web itself,

would be great full if can also be act as cgi/fpm application so can httpd handle better
...

Screenshots

Originally created by @mckaygerhard on GitHub (Sep 14, 2017). - Gitea version (or commit ref):any - Git version: 1.8.3 - Operating system: Linux - Database (use `[x]`): - [x] PostgreSQL - [x] MySQL - [x] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x] Not relevant - Log gist: ## Description Gitea today builds as a httpd web itself, would be great full if can also be act as cgi/fpm application so can httpd handle better ... ## Screenshots <!-- **If this issue involves the Web Interface, please include a screenshot** -->
GiteaMirror added the type/question label 2025-11-02 03:46:56 -06:00
Author
Owner

@lafriks commented on GitHub (Sep 14, 2017):

Gitea already supports that. You can set PROTOCOL = fcgi in [server] section to do that

@lafriks commented on GitHub (Sep 14, 2017): Gitea already supports that. You can set `PROTOCOL = fcgi` in `[server]` section to do that
Author
Owner

@lafriks commented on GitHub (Sep 14, 2017):

I'm closing this issue, please reopen if there is anything missing

@lafriks commented on GitHub (Sep 14, 2017): I'm closing this issue, please reopen if there is anything missing
Author
Owner

@mckaygerhard commented on GitHub (Sep 14, 2017):

thanks for the info, the docs said that permission are on unix socket to 666 ? why so insecure permisive and why i cannot see the path for that socket?

@mckaygerhard commented on GitHub (Sep 14, 2017): thanks for the info, the docs said that permission are on unix socket to 666 ? why so insecure permisive and why i cannot see the path for that socket?
Author
Owner

@mckaygerhard commented on GitHub (Dec 5, 2018):

just for info, now i can see more info for the path of socket but there's no info about permissions neither where will be search the files if all are from the binary path! i continue that issue (due i cannot reopen) here: #5466

@mckaygerhard commented on GitHub (Dec 5, 2018): just for info, now i can see more info for the path of socket but there's no info about permissions neither where will be search the files if all are from the binary path! i continue that issue (due i cannot reopen) here: #5466
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1063