git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
9f7c476
Branches
Tags
master
keks-overlay.git
www-apache
mod_fastcgi
mod_fastcgi-2.4.6.ebuild
Ganz übler mod_fastcgi-Hack als Workaround um die error-500-Probleme. Gibt den CGIs einfach 2 Sekunden Zeit, Ihre Arbeit fertig zu stellen.
Bernd Wurst
commited
9f7c476
at 2008-04-04 09:59:12
mod_fastcgi-2.4.6.ebuild
Blame
History
Raw
# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fastcgi/mod_fastcgi-2.4.6.ebuild,v 1.2 2008/03/17 20:01:32 maekke Exp $ inherit apache-module eutils DESCRIPTION="FastCGI is a open extension to CGI without the limitations of server specific APIs." HOMEPAGE="http://fastcgi.com/" SRC_URI="http://www.fastcgi.com/dist/${P}.tar.gz" KEYWORDS="amd64 x86" SLOT="0" LICENSE="FastCGI" APXS2_ARGS="-c mod_fastcgi.c fcgi*.c" APACHE2_MOD_CONF="20_${PN}" APACHE2_MOD_DEFINE="FASTCGI" DOCFILES="CHANGES README docs/LICENSE.TERMS docs/mod_fastcgi.html" need_apache src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/fcgi_pm.c.diff }