|
License: GPL
version 1.07 ( Nov 10th 2005 ) UNIX&Win32 source(ZIP): mod_fcgid.1.07.zip UNIX&Win32 source(tar.gz): mod_fcgid.1.07.tar.gz
version 1.06 ( Apr 27th 2005 ) 1. "DefaultInitEnv" now can be placed inside VirtualHost section2. Bug fix. "FCGIWrapper" now stores in a per-directory config structure. (The old implementation stores it in a per-server config structure, which may be overwrited by another <VirtualHost> section) (Thank phyre at rogers.com for bug report and the great help for the bug fix AGAIN) UNIX&Win32 source(ZIP): mod_fcgid.1.06.zip UNIX&Win32 source(tar.gz): mod_fcgid.1.06.tar.gz
version 1.05 ( Mar 4th 2005 ) UNIX&Win32 source(ZIP): mod_fcgid.1.05.zip UNIX&Win32 source(tar.gz): mod_fcgid.1.05.tar.gz Win32 dll: mod_fcgid.so
version 1.04 ( Dec 2nd 2004 ) UNIX&Win32 source(ZIP): mod_fcgid.1.04.zip UNIX&Win32 source(tar.gz): mod_fcgid.1.04.tar.gz
verison 1.03 ( Nov 3rd 2004 ) 1. Add configuration "OutputBufferSize". The old implementation keep CGI output in a 64k bytes buffer,
before send them to web browser(for better network IO performance). If FCGI_Fflush() is called in your application, please add "OutputBufferSize 0" in you
httpd.conf, which will not keep any CGI output in cache buffer. UNIX&Win32 source(ZIP): mod_fcgid.1.03.zip UNIX&Win32 source(tar.gz): mod_fcgid.1.03.tar.gz
version 1.02 ( Oct 1st 2004 ) For example, if in the "cgi-bin" directory there are two programs, "a.exe" and "b.exe". If you go to the URL "http://localhost/cgi-bin/a.exe/defghi" then a.exe will start. Then if you go to the URL "http://localhost/cgi-bin/b.exe/uvwxyz" the request will be processed by the already running a.exe. (Thank rripley at amadvertising.com) UNIX&Win32 source(ZIP): mod_fcgid.1.02.zip UNIX&Win32 source(tar.gz): mod_fcgid.1.02.tar.gz
version 1.01 ( Sep 21st 2004 ) 1. More graceful implementation of suEXEC on UNIX. (Thank radek at karnet.pl for the advice) UNIX&Win32 source(ZIP): mod_fcgid.1.01.zip UNIX&Win32 source(tar.gz): mod_fcgid.1.01.tar.gz
version 1.00 ( Sep 10th 2004 ) UNIX&Win32 source(ZIP): mod_fcgid.1.00.zip UNIX&Win32 source(tar.gz): mod_fcgid.1.00.tar.gz
version 0.88 ( Sep 3rd 2004 ) UNIX&Win32 source(ZIP): mod_fcgid.0.88.zip UNIX&Win32 source(tar.gz): mod_fcgid.0.88.tar.gz
version 0.87 ( Aug 26th 2004 ) UNIX&Win32 source(ZIP): mod_fcgid.0.87.zip UNIX&Win32 source(tar.gz): mod_fcgid.0.87.tar.gz
version 0.86 ( Aug 22th 2004 ) UNIX&Win32 source(ZIP): mod_fcgid.0.86.zip UNIX&Win32 source(tar.gz): mod_fcgid.0.86.tar.gz
version 0.80 ( Jul 27th 2004 ) 1. Duplex channel added, Apache now will get notification once FastCGI process is spawned. 2. Bug fix. The FastCGI process share the signal handler with PM(Process Manager) process, if FastCGI process get signal after fork() but before execve(), it will corrupt the share memory. ( It's a very short interval between fork() and execve(), so this rarely happens ) UNIX&Win32 source(ZIP): mod_fcgid.0.80.zip UNIX&Win32 source(tar.gz): mod_fcgid.0.80.tar.gz
version 0.77 ( Jul 9th 2004 ) UNIX&Win32 source(ZIP): mod_fcgid.0.77.zip UNIX&Win32 source(tar.gz): mod_fcgid.0.77.tar.gz
version 0.76 ( Jul 6th 2004 ) 2. PHP FastCGI Wrapper now can be run both with "share" and "non-share" mode.
UNIX&Win32 source(tar.gz): mod_fcgid.0.76.tar.gz
version 0.74 ( Jun 23rd 2004 ) 1. Bug fix. Ignore script checking while running in Win32 PHP wrapper mode. 2. Indent the code with K&R style. UNIX&Win32 source(ZIP): mod_fcgid.0.74.zip UNIX&Win32 source(tar.gz): mod_fcgid.0.74.tar.gz
version 0.72 ( Jun 13rd 2004 ) UNIX&Win32 source(ZIP): mod_fcgid.0.72.zip UNIX&Win32 source(tar.gz): mod_fcgid.0.72.tar.gz
version 0.7 ( May 22nd 2004 ) 1. PHP FastCGI wrapper is supported on UNIX and Windows. UNIX&Win32 source(ZIP): mod_fcgid.0.7.zip UNIX&Win32 source(tar.gz): mod_fcgid.0.7.tar.gz
version 0.62 ( May 18th 2004 ) 1. Unix version now compilable with gcc2.95.2 2. Unix version is tested on Solaris7 & Solaris8 UNIX&Win32 source(ZIP): mod_fcgid.0.62.zip UNIX&Win32 source(tar.gz): mod_fcgid.0.62.tar.gz
version 0.6 ( May 8th 2004 ) 1. Unix version is tested on Redhat8(gcc3) 2. Windows version is tested on Win2k(VC6) UNIX&Win32 source(ZIP): mod_fcgid.0.6.zip UNIX&Win32 source(tar.gz): mod_fcgid.0.6.tar.gz
|