Changelog for
apache2-mod_fcgid-2.2-101.2.1.i586.rpm :
Tue Jul 26 14:00:00 2011 drahtAATTsuse.de
- heap corruption/overwrite error by incorrect pointer arithmetics.
CVE-2010-3872, https://issues.apache.org/bugzilla/show_bug.cgi?id=49406
(bnc#656092)
Fri Mar 7 13:00:00 2008 mrueckertAATTsuse.de
- added directory for the sharedmemory path and the sockets
(bnc#365113)
Tue Oct 30 13:00:00 2007 mrueckertAATTsuse.de
- update to version 2.2
- Support configuration \"PassHeader\". Thank Hans Christian
Saustrup for the suggestion.
- Support apr_shm_remove() in httpd.2.0.X. Thank Hans Christian
Saustrup for bug report.
- Support configuration \"TimeScore\". Thank Tim Jensen for the
patch.
- Support new configurations \"MaxRequestInMem\" and
\"MaxRequestLen\"
- If the length of http request longer than \"MaxRequestInMem\",
it will store in tmp file.
- It the length of http request longer than \"MaxRequestLen\", it
will return internal server error.
Thank Gabriel Barazer(gabriel at oxeva.fr) for the bug report.
Thank Steffen(info at apachelounge.com) for the help on this
issue.
- Fix miner Sanity check bug. Thank Yuya Tanaka for bug report
- added SharememPath to the config (#337566)
Tue Aug 7 14:00:00 2007 poemlAATTsuse.de
- remove \"Provides: apache2-mod_fastcgi\", since the package is
revived
Tue Jul 31 14:00:00 2007 mrueckertAATTsuse.de
- don\'t package INSTALL.txt
- ran dos2unix on the documentation tarball to avoid warnings from
rpmlint
Mon Apr 16 14:00:00 2007 mrueckertAATTsuse.de
- update to version 2.1
- Add missing config.m4 and Makefile.in for static linking
Thank Mark Drago for notice
- FCGIWrapper disallowed in .htaccess
Thank Balinares for patch
- Bug fix. Authoritative flag reversed
Thank Chris Darroch for the patch
- Support arguments in FCGIWrapper
Thank Andre Nathan for suggestion and great help on testing it.
- Support new config \"SharememPath\", which specifies the location
of share memory path.
- Check running user is root or not, while suexec is enabled.
Thank Chris Holleman for the bug report.
- Bug fix. Should not pass respond to auth checkers.
Thank Szabolcs Hock for bug report.
- rediffed patches:
mod_fcgid.2.0-warnings.patch => mod_fcgid.2.1-warnings.patch
- synced docs from the website
Wed Nov 29 13:00:00 2006 mrueckertAATTsuse.de
- update to version 2.0
o Support FastCGI Authorizer protocols now.
o Add apxs compile instruction in INSTALL.txt.
Thank Hans Christian Saustrup, hc at saustrup.net for the suggestion.
o Bug fix. (Win32 only) PHP script can not create socket on Win32.
Thank bbscool at zjip.com for the bug report and the help.
o GREAT patchs from Robert L Mathews, rob at tigertech.com
Fix compile warnings
Adds a MaxRequestsPerProcess parameter that allows mod_fcgid
to exit after handling a certain number of requests
Close socket before fork
avoid the 1-second sleep the first time a process is spawned
o Print warning log while read data error from FastCGI process.
o Apply patch from Scott Lamb, Fix mod_fcgid 1.10 warnings on x86_64
- removed mod_fcgid.1.07-printf_warnings.patch
- rediffed patches:
mod_fcgid.1.10-warnings.patch => mod_fcgid.2.0-warnings.patch
mod_fcgid.1.07-suse_paths.patch => mod_fcgid.2.0-suse_paths.patch
Thu Oct 19 14:00:00 2006 poemlAATTsuse.de
- fix missing return value of is_kill_allowed()
Tue Oct 17 14:00:00 2006 poemlAATTsuse.de
- build the module for all MPMs, not only for prefork
Wed Aug 30 14:00:00 2006 mrueckertAATTsuse.de
- Fix the php example in the config
Wed Aug 30 14:00:00 2006 mrueckertAATTsuse.de
- mark sample conf file file as config(noreplace)
Wed Aug 30 14:00:00 2006 mrueckertAATTsuse.de
- minor typo fix for the sample config
Wed Aug 30 14:00:00 2006 mrueckertAATTsuse.de
- Update to 1.10:
o Use poll() instead of select() in UNIX. \"It becomes problematic
on apache2 with large number of logfiles. Apache2 calls poll()
(when OS supports it), and in that case it doesn\'t need to be
recompiled with larger FD_SETSIZE. select() is still limited
to FD_SETSIZE.\"
Thank Piotr Gackiewicz gacek at intertele.pl for the patch.
o Bug fix: \"Some requests fail with HTTP 500 and no errorlog
entry is generated\"
Thank Piotr Gackiewicz gacek at intertele.pl for the patch.
o Use anonymouse share memeory to make OS X happy.
Thank andkjar at obtech.net for the patch.
o Add config.m4, mod_fcgid now can be static linked in
httpd (See INSTALL.txt)