summaryrefslogtreecommitdiffstats
path: root/modules/generators/mod_cgi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* PR62229: add CGIScriptTimeout to mod_cgiEric Covener2018-04-021-8/+40
* PR 61980: AH01215 CGI stderr forwarding msg improvementEric Covener2018-01-101-3/+8
* Follow up to r1739201.Yann Ylavic2016-10-281-5/+0
* mod_cgi/mod_cgid documentation about environment variables added (like DOCUME...Luca Toscano2016-01-241-4/+4
* Added many log numbers to log statements thatRainer Jung2016-01-191-3/+6
* Follow up to r1715880: revert more abusive ap_casecmpstr[n]() usages.Yann Ylavic2015-12-291-1/+1
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-1/+1
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-1/+1
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-1/+1
* core, modules: like r1657897 but for core and other modules than mod_proxy.Yann Ylavic2015-03-101-1/+1
* mod_cgi: log cgi script stderr to ScriptLog, use APLOGNO for log_scripterrorJan Kaluža2014-09-231-9/+9
* Strip useless apr_brigade_cleanup() calls.Yann Ylavic2014-06-101-2/+0
* core: Stop the HTTP_IN filter from attempting to write error bucketsGraham Leggett2013-05-141-1/+1
* Use %pm available since apr 1.3 instead of an extra call to apr_strerrorStefan Fritsch2013-03-311-3/+2
* Replace an incorrect #if by the correct corresponding #if defined(...)Christophe Jaillet2012-11-111-1/+1
* Code clean up (remove useless memory allocation) Stefan Fritsch2012-07-151-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-17/+17
* Remove more log message prefixes that are now redundant as theStefan Fritsch2011-11-291-3/+3
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-3/+3
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* PR51371: cross-compile issues with cgi and apr_procattr_limit_*.Eric Covener2011-09-171-6/+10
* Add more (trace) logging to the ap_scan_script_header*() functionsStefan Fritsch2011-07-161-1/+3
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-2/+1
* In comments: s@ XX @ XXX: @ so they can actually be found seen.Igor Galić2010-12-291-1/+1
* Avoid unnecessariy initialisation before we test mod_cgi's handler name.Graham Leggett2010-10-201-2/+5
* Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick2010-08-061-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* fix potential file descriptor leak with DEBUG_CGIStefan Fritsch2010-04-051-3/+1
* Bring back OS/2 support.Brian Havard2009-08-261-0/+5
* * Do better checking of pollset operations in various places to avoid segfaults.Ruediger Pluem2009-08-161-3/+17
* remove OS/2 platform supportJeff Trawick2009-03-271-5/+0
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* * Prevent running through the error stack by returning OK and setting r->statusRuediger Pluem2007-05-271-1/+28
* PR#39710 - badly broken errordocuments for CGINick Kew2007-05-261-12/+1
* Follow up to r451006, use APR_STATUS_IS_TIMEUP instead of comparing againstGarrett Rooney2006-09-291-1/+1
* * Notice that reading of the request entity body failed due to a timeoutRuediger Pluem2006-09-281-0/+5
* PR 31759 (mutated) - reported by Jo RhettNick Kew2006-09-131-1/+3
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-27/+27
* Remove CGI block on OPTIONS method so that scripts canRoy T. Fielding2005-10-181-7/+0
* Fix bug where non-200 CGI responses will not send anything down filter chain.Justin Erenkrantz2005-08-101-1/+12
* * modules/generators/mod_cgi.c (cgi_bucket_read): Log a specific errorJoe Orton2005-06-081-1/+9
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * modules/generators/mod_cgi.c (cgi_handler): Ensure all stderr fromJoe Orton2004-11-221-3/+7
* * server/util_filter.c (ap_save_brigade): Handle an ENOTIMPL setasideJoe Orton2004-09-261-4/+1
* * modules/generators/mod_cgi.c (cgi_handler): Fix possible segfaultsJoe Orton2004-09-221-1/+4
* #ifndef AP_UNSAFE_ERROR_LOG_UNESCAPED the stderr to errorlog stuffAndré Malo2004-08-261-1/+8
* Escape bytes returned by the errfn because it might be from an untrusted sourceBill Stoddard2004-08-241-1/+4
* Remove deprecated APR_STATUS_IS_SUCCESS() macro in favor of direct test againstJustin Erenkrantz2004-08-011-2/+2