Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106449 - net-www/mod_fastcgi stable request
Summary: net-www/mod_fastcgi stable request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on: 106421
Blocks:
  Show dependency tree
 
Reported: 2005-09-18 17:37 UTC by Michael Stewart (vericgar) (RETIRED)
Modified: 2006-03-01 01:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Stewart (vericgar) (RETIRED) gentoo-dev 2005-09-18 17:37:19 UTC
Please test and stable mod_fastcgi-2.4.2-r1 for new-style apache.
Comment 1 Gustavo Zacarias (RETIRED) gentoo-dev 2005-09-20 07:56:11 UTC
mod_fastcgi was never keyworded stable on sparc.
Comment 2 Tom Schumm 2005-09-24 20:18:29 UTC
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.
Comment 3 Jiri Tyr 2005-09-28 02:21:30 UTC
(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.
Comment 4 Andrej Kacian (RETIRED) gentoo-dev 2005-10-02 12:54:04 UTC
Works on x86.
Comment 5 Simon Stelling (RETIRED) gentoo-dev 2005-10-04 14:27:04 UTC
we're currently testing a new alias system, sorry for the bugspam
Comment 6 Michael Hanselmann (hansmi) (RETIRED) gentoo-dev 2005-10-12 12:31:11 UTC
Stable on ppc.
Comment 7 AJ Armstrong 2005-10-12 19:13:35 UTC
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
Comment 8 Luis Medinas (RETIRED) gentoo-dev 2005-10-12 19:29:56 UTC
stable on amd64
Comment 9 Serhij S. Stasyuk 2005-10-26 11:57:03 UTC
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 :)
Comment 10 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2006-02-28 17:54:27 UTC
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.
Comment 11 Serhij S. Stasyuk 2006-03-01 01:43:02 UTC
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...