Lines Matching refs:cgi
49 * [core] reset path-info for cgi.local-redir
237 * [mod_cgi] cgi.local-redir request_reset thru fnptr
477 * [mod_cgi] check fd-to-cgi not -1 before close
882 * [mod_cgi] cgi.limits "read-timeout" "write-timeout" (#3086)
949 * [mod_cgi] cgi.limits "tcp-fin-propagate" => "SIG"
1381 * [tests] fix skip count in mod-fastcgi w/o php-cgi
2050 * [mod_cgi] perf: use stat_cache for cgi handler
2371 * [mod_cgi] cgi.local-redir = [enable|disable] (#2108, #2793)
3029 …* [auth] put REMOTE_USER into cgi environment, making it accessible to lua via lighty.req_env (fix…
3061 …* [auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workaround, add fastcgi t…
3062 * [mod_*cgi,mod_accesslog] Fix splitting :port with ipv6 (fixes #2333, thx simoncpu)
3080 * [libev/cgi] fix waitpid ECHILD errors in cgi with libev (fixes #2324)
3093 * [*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT in cgi environments (fixes #2216)
3135 * Fix mod_cgi cgi.execute-x-only option in global block
3162 * Add "cgi.execute-x-only" to mod_cgi, requires +x for cgi scripts (fixes #2013)
3245 * mod_ssi printenv: print cgi env, add environment vars to cgi env (fixes #1713)
3259 …* Add "lighty.req_env" table to mod_magnet for setting/getting environment values for cgi (fixes #…
3348 …tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi)
3358 * mod_{fast,s}cgi: overwrite environment variables (#1722)
3361 * allow digits in [s]cgi env vars (#1712)
3399 * fixed bogus "cgi died ?" if we kill the CGI process on shutdown
3423 * fix sending source of cgi script instead of 500 error if fork fails (CVE-2008-1111)
3497 * properly handle 206 responses generated by *cgi scripts. (#755) [1716]
3498 * added HTTPS=on to the environment of cgi scripts (#861) [1684]
3600 * fixed hanging cgi if remote side is dying while reading
3613 * fixed broken cgi if mod_scgi is loaded
3828 * fixed cgi.assign with empty handler
3859 * added a check to the CGI spawner if the cgi-handler exists
3901 * fixed multipart handling in cgi
3919 * fixed cgi-module for POST request above 4k
3960 * fixed cgi for cygwin
3997 * fixed error-handling in cgi handler
4054 * fixed cgi handling for headers which are flushed to often