Package fcgiwrap: Information
Source package: fcgiwrap
Version: 1.1.0-alt6
Build time: Jan 24, 2025, 07:56 PM in the task #371130
Category: System/Servers
Report package bugHome page: https://github.com/gnosek/fcgiwrap
License: MIT
Summary: Simple FastCGI wrapper for CGI scripts
Description:
fcgiwrap is a simple server for running CGI applications over FastCGI. It hopes to provide clean CGI support to Nginx (and other web servers that may need it).
List of RPM packages built from this SRPM:
fcgiwrap (x86_64, ppc64le, i586, aarch64)
fcgiwrap-debuginfo (x86_64, ppc64le, i586, aarch64)
fcgiwrap (x86_64, ppc64le, i586, aarch64)
fcgiwrap-debuginfo (x86_64, ppc64le, i586, aarch64)
Maintainer: Anton Farygin
Last changed
Jan. 24, 2025 Anton Farygin 1.1.0-alt6
- updated License - added configuration file /etc/sysconfig/fcgiwrap - updated systemd unit files for fcgiwrap: Refactored fcgiwrap.socket into a template-based fcgiwrap@.socket to support per-user instances and renamed fcgiwrap.service to fcgiwrap@.service - apply fixes from fedora: * Declare cgi_error noreturn * 1.fix: kill() parameter sequence wrong
June 22, 2019 Igor Vlasenko 1.1.0-alt5
- NMU: remove rpm-build-ubt from BR:
Oct. 29, 2018 Anton Farygin 1.1.0-alt4
- fixed build with recent gcc