Пакет fcgiwrap: Информация
Исходный пакет: fcgiwrap
Версия: 1.1.0-alt6
Собран: 24 января 2025 г. 19:56 в задании #371130
Категория: Система/Серверы
Сообщить об ошибке в пакетеДомашняя страница: https://github.com/gnosek/fcgiwrap
Лицензия: MIT
О пакете: Simple FastCGI wrapper for CGI scripts
Описание:
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).
Список бинарных RPM-пакетов, собираемых из данного 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)
Сопровождающий: Anton Farygin
Последнее изменение
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
22 июня 2019 г. Igor Vlasenko 1.1.0-alt5
- NMU: remove rpm-build-ubt from BR:
29 октября 2018 г. Anton Farygin 1.1.0-alt4
- fixed build with recent gcc