Summary: | net-www/mod_fastcgi stable request | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michael Stewart (vericgar) (RETIRED) <vericgar> |
Component: | Current packages | Assignee: | Apache Team - Bugzilla Reports <apache-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | stas |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 106421 | ||
Bug Blocks: |
Description
Michael Stewart (vericgar) (RETIRED)
![]() mod_fastcgi was never keyworded stable on sparc. Can you add it as stable to x86 and amd64? The current stable versions of apache and mod_fastcgi don't work together. If you install apache and mod_fastcgi you won't get a working setup. (In reply to comment #0) > Please test and stable mod_fastcgi-2.4.2-r1 for new-style apache. I using mod_fastcgi-2.4.2-r1 still one mouth and I didn't recognised any problem. You can released this version as a stable. Works on x86. we're currently testing a new alias system, sorry for the bugspam Stable on ppc. Tested for amd64 on apache-1.3.33-r12. Builds and loads. Runs the echo.c example given in the fcgi package. Tests stable. Portage 2.0.51.22-r3 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.13-gentoo-r3 x86_64) ================================================================= System uname: 2.6.13-gentoo-r3 x86_64 AMD Athlon(tm) 64 Processor 3500+ Gentoo Base System version 1.6.13 dev-lang/python: 2.3.5-r2, 2.4.1-r1 sys-apps/sandbox: 1.2.12 sys-devel/autoconf: 2.13, 2.59-r6 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1 sys-devel/binutils: 2.15.92.0.2-r10 sys-devel/libtool: 1.5.20 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="amd64" AUTOCLEAN="yes" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks multilib-strict sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/etc/portage/overlay" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="amd64 alsa avi berkdb bitmap-fonts crypt cups eds emboss encode foomaticdb fortran gdbm gif gpm gstreamer gtk2 imlib ipv6 java jpeg libwww lzw lzw-tiff mp3 mpeg mysql ncurses nls opengl pam pdflib perl png python quicktime readline sdl spell ssl tcpd tetex tiff truetype-fonts type1-fonts usb userlocales xpm xv zlib userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS stable on amd64 need to be fixed (patching mod_fastcgi.c) At least this version preserves Apache mod_deflate from correct working, maybe other output filters. See http://www.fastcgi.com/archives/fastcgi-developers/2005-May/003758.html Patch (from URL above) is trivival: --- mod_fastcgi.c.old Mon May 30 14:34:31 2005 +++ mod_fastcgi.c Mon May 30 14:41:46 2005 @@ -736,7 +736,7 @@ goto DuplicateNotAllowed; } hasContentType = TRUE; - r->content_type = ap_pstrdup(r->pool, value); + ap_set_content_type(r, value); continue; } Patch helps. Tested :) Serhij: please open a new bug for your patch and more information about it, instead of piggy-backing on stable requests. The requested ebuilds have been marked stable, resolving. Michael: IMHO AddOutputFilterByType is quite important option and if it is stable release, it can be fixed here. But if you "think differ" (C) :)... Continuing to use local overlay with patch... |