authors cleanup
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / FastCGI.pm
2008-06-30 Brian Cassidy authors cleanup
2008-04-28 Kieren Diment lighttpd non-root doc fix
2008-03-12 Andy Grundman Add a test and update docs on how to pass-through the...
2007-08-03 Andy Grundman Fixed a bug with the HTTP engine where very large respo...
2007-08-02 Brian Cassidy tabs => spaces
2007-05-18 Andy Grundman Improve the error when we can't load the FCGI module
2007-02-14 Jonathan Rockway add blurb about apache wanting .fcgi on the end of...
2006-10-23 Jonathan Rockway changing weird table to =over =item =back list
2006-10-23 Jonathan Rockway adding option to fastcgi to allow printing of log messa...
2006-10-21 Andy Grundman Fix for non-root lighttpd
2006-10-21 Andy Grundman Properly work around lighttpd PATH_INFO vs. SCRIPT_NAME...
2006-07-07 David Kamholz fix warning message annoyance with FastCGI engine
2006-02-05 Andy Grundman Fixed bug in FastCGI proc manager mode where pm_post_di...
2005-12-09 Andy Grundman FastCGI doc updates
2005-12-05 Andy Grundman Fixed FastCGI win32 support
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-17 Andy Grundman Applied FastCGI daemon patch from mugwump
2005-11-17 Sebastian Riedel Updated Catalyst.pm to preload more modules, needed...
2005-11-15 Andy Grundman Added pidfile option to FastCGI server
2005-11-15 Andy Grundman Fixed bug in mod_fastcgi config
2005-11-15 Andy Grundman Fixed FastCGI engine to not clobber the global %ENV...
2005-11-11 Andy Grundman Added non-root example to FastCGI docs
2005-11-11 Andy Grundman Added some docs and example configs for FastCGI with...
2005-10-31 Sebastian Riedel Updated fcgi engine for multi process external support
2005-10-11 Sebastian Riedel Removed req->handle and res->handle
2005-10-10 Andy Grundman Merged 5.49_01 (r1339) from refactored branch to trunk
2005-05-24 Christian Hansen added MYAPP_HOME and CATALYST_HOME environment variables
2005-05-18 Marcus Ramberg fixed pod errors.
2005-05-17 Christian Hansen Renamed C::E::A::MPXX::APR to ::Apreq
2005-05-16 Christian Hansen Fixed MP2, removed dependency of libapreq in MP engines...
2005-05-05 Christian Hansen Added SpeedyCGI, partly fixed HTTP::Daemon
2005-04-25 Christian Hansen Rename FCGI to FastCGI