summaryrefslogtreecommitdiffstats
path: root/server/util_fcgi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix crash in util_fcgi.cEric Covener2016-12-211-4/+7
| | | | | | | | | | | | | | *) mod_proxy_fcgi, mod_fcgid: Fix crashes in ap_fcgi_encoded_env_len() when modules add empty environment variables to the request. PR60275. [<alex2grad AT gmail.com>] Submitted By: <alex2grad AT gmail.com>] Committed By: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1775487 13f79535-47bb-0310-9956-ffa450edef68
* Add missing APLOGNO.Christophe Jaillet2014-07-201-2/+2
| | | | | | | | Refactor some lines to keep APLOGNO on the same line as ap_log_error, when applicable. Split lines longer than 80. Improve alignment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1612068 13f79535-47bb-0310-9956-ffa450edef68
* follow up to r1513454: fill in missing log numberJeff Trawick2013-08-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1513492 13f79535-47bb-0310-9956-ffa450edef68
* Add util_fcgi.h and associated definitions and supportJeff Trawick2013-08-131-0/+287
routines for FastCGI, based largely on mod_proxy_fcgi. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1513454 13f79535-47bb-0310-9956-ffa450edef68