apache2-mod_fcgid-2.3.6-6.1e>UA*0/93_?Rp$jB,DĴV\5rK`R n&R>5i?Yd  E48DHV_h  2 P    H@   (8 9 : FGHIX(Y4\L]^Lbcd+e0f5l7zICapache2-mod_fcgid2.3.66.1Alternative FastCGI module for Apache2What is mod_fcgid? It is a binary compatibility alternative to Apache module mod_fastcgi. mod_fcgid has a new process management strategy, which concentrates on reducing the number of fastcgi server, and kick out the corrupt fastcgi server as soon as possible. To load the module into Apache, run the command "a2enmod fcgid" as root. See /etc/apache2/conf.d/mod_fcgid.conf and /usr/share/doc/packages/apache2-mod_fcgid for configuration. Authors: -------- Pan qingfeng Rg^?cloud126 8openSUSE 11.4openSUSEGPL-2.0+http://bugs.opensuse.orgProductivity/Networking/Web/Servershttp://httpd.apache.org/mod_fcgid/linuxx86_64 }8<l*,^ TAA큤A큤ARg^=Rg^=Rg^=LҦJeLҠLҟJeRg^>LҢJLJLңRg^=5f89de135b353e2691dda91f31a715ac75c32eb7569f5b4c75e14ba574e5f59a3561f25aa1e6b3063ecc1a435b8b97d2e99c777ccc3a3e15a1effcc8875f1de2fa5d3b0b7df1670649d9635f70076991aecb222dd65121685117bc37b1506cb03a7aed22356517344bd83e4c5427c9653b83ef96387f14655fc854ddc3c6bd57a9a5885b93cdfaeaab3f50ee3a8a15807ff0fdaf5e97809c992f616f7a5463a63b35338244d1abc5bb819bb12a86b6a7rootrootrootrootrootrootrootrootrootrootrootrootrootrootwwwrunrootrootrootrootrootrootrootrootrootrootrootrootrootrootwwwapache2-mod_fcgid-2.3.6-6.1.src.rpmmod_fcgid.so()(64bit)apache2-mod_fcgidapache2-mod_fcgid(x86-64)  @@@@@@ apache_mmn_20051115apache2rpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.8.0Re@L-@LZG.@G'F^F$@F#e@Emv@E7hdraht@suse.depoeml@cmdline.netmrueckert@suse.demrueckert@suse.demrueckert@suse.depoeml@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.depoeml@suse.de- apache2-mod_fcgid-CVE-2013-4365-bnc844935.diff fixes a heap overflow identified by CVE-2013-4365 [bnc#844935].- update to 2.3.6 * ) SECURITY: CVE-2010-3872 (cve.mitre.org) Fix possible stack buffer overwrite. * ) Change the default for FcgidMaxRequestLen from 1GB to 128K. Administrators should change this to an appropriate value based on site requirements. * ) Allow FastCGI apps more time to exit at shutdown before being forcefully killed. ...and more fixes, see http://svn.apache.org/viewvc/httpd/mod_fcgid/tags/2.3.6/CHANGES-FCGID?view=markup - adjust the somewhat outdated example config file- update to version 2.3.5 mod_fcgid is now an official apache project. During the migration the name of the configuration directives has changed. Please see /usr/share/doc/packages/apache2-mod_fcgid/CHANGES-FCGID to update your config to the new version. - adapted config to the new directives- added directory for the sharedmemory path and the sockets (bnc#365113)- 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)- remove "Provides: apache2-mod_fastcgi", since the package is revived- don't package INSTALL.txt - ran dos2unix on the documentation tarball to avoid warnings from rpmlint- 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- 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- fix missing return value of is_kill_allowed()cloud126 1382506047&1 #"$! *2.3.6-6.12.3.6-6.1mod_fcgid.confmod_fcgid.somanualmodmod_fcgid.htmlmod_fcgid.html.enmod_fcgid.xmlmod_fcgid.xml.metaapache2-mod_fcgidCHANGES-FCGIDLICENSE-FCGIDNOTICE-FCGIDREADME-FCGIDSTATUS-FCGIDfcgid/etc/apache2/conf.d//usr/lib64/apache2//usr/share/apache2//usr/share/apache2/manual//usr/share/apache2/manual/mod//usr/share/doc/packages//usr/share/doc/packages/apache2-mod_fcgid//var/lib/apache2/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Evergreen:Maintenance:199/openSUSE_Evergreen_11.4/cc6c8489d699994a9f4cfe938dacbb6c-apache2-mod_fcgid.openSUSE_Evergreen_11.4drpmlzma5x86_64-suse-linuxpyr[KID?]"k%{=$+e'G 9./'Y[$9+_|<R(IwTt$)q[ʱ|#P: 7Ksi`91M\CŘX[ QfA=-z)\2";|@_l@tеKxO1\ߑe+s#ET&2i@#2{[i<lѐY\8 ZP=WՅ^Ϩt|C%sŐ6Dikmf`_hϒ䩟k)v(h67*$:o Y0t6jxR {Y`5B?jtӂi:PH411TnPDf>J^zx]f2(1^HK&~&cwc)iJOmS5&NCCͫu8M#!oDt^{998S2Ǐu?;XQW\U?{[@mhkILq,WWWO˹X-9Q=>ao߅0y4&L^[4˹.XP1/aluB=?:}Il-G9ᆅΌ}tdmj`nޱCtfMPb?ӡ=!\b.%]S'>%A!IJwgCvx_ ~V|densW`C6C"ޙ60@hLE\7-&HMx-bl-8Fy& ҄]Mʐ'.Q!HWdfIuZ[+HIfX6t_p{rQK7A,Jsp8<~n(bƈ_DߔOx>bP[Icx|ڋ(?`%s-pt&%^F`.,*#^ p9]1s_:٠ Qrc;Jd$HQ7&_ (a6KIcUª5)C@_Ps o); Ab29{ś1lQ03O%5/Yɉ:.ߍƧkII]?(u?%1bRg,Ʉ_O^A1I8.fk R#ڟQNMRzH 1$#k%8>YJь;0-CŊWT茀EU1Ic/+vbc}eEsgB36'RDbp]O.i)@Ԏ" \GDt%h'ߟ