Searched refs:cgi (Results 1 – 12 of 12) sorted by relevance
| /lighttpd1.4/doc/outdated/ |
| H A D | cgi.txt | 14 The cgi module provides a CGI-conforming interface. 17 :keywords: lighttpd, cgi 30 cgi.assign 36 cgi.assign = ( ".pl" => "/usr/bin/perl", 37 ".cgi" => "/usr/bin/perl" ) 45 cgi.assign = ( ".sh" => "" ) 50 cgi.assign = ( "/testfile" => "" )
|
| H A D | alias.txt | 36 alias.url = ( "/cgi-bin/" => "/var/www/servers/www.example.org/cgi-bin/" )
|
| H A D | Makefile.am | 3 cgi.txt \ 37 cgi.html \
|
| H A D | fastcgi.txt | 191 The request `http://my.host.com/remote_scripts/test.cgi` will 193 "/remote_scripts/test.cgi" will be used for the SCRIPT_NAME 199 the prefix will be handled as file and /test.cgi would become 360 --enable-force-cgi-redirect \ 367 PHP 4.3.3RC2-dev (cgi-fcgi) (built: Oct 19 2003 23:19:17) 369 The important part is the (cgi-fcgi). 419 cgi.fix_pathinfo = 1 435 Why this ? the ``cgi.fix_pathinfo = 0`` would give you a working ``PATH_INFO`` 438 broken-scriptfilename. With ``cgi.fix_pathinfo = 1`` in php.ini and
|
| H A D | configuration.txt | 352 proxy, fastcgi, scgi and cgi). 357 Afterwards the external handlers like fastcgi, cgi, scgi and proxy and
|
| /lighttpd1.4/tests/ |
| H A D | lighttpd.conf | 86 cgi.local-redir = "enable" 87 cgi.assign = ( 164 cgi.x-sendfile = "enable"
|
| /lighttpd1.4/doc/config/conf.d/ |
| H A D | cgi.conf | 15 cgi.assign = ( ".pl" => "/usr/bin/perl",
|
| H A D | Makefile.am | 3 cgi.conf \
|
| /lighttpd1.4/tests/docroot/ |
| H A D | Makefile.am | 5 cgi.pl \
|
| /lighttpd1.4/src/ |
| H A D | mod_cgi.c | 50 const array *cgi; member 166 pconf->cgi = cpv->v.a; in mod_cgi_merge_config_cpv() 992 if (NULL == p->conf.cgi) return HANDLER_GO_ON; in URIHANDLER_FUNC() 994 ds = (data_string *)array_match_key_suffix(p->conf.cgi, &r->physical.path); in URIHANDLER_FUNC()
|
| H A D | CMakeLists.txt | 62 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103930 1037 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103930
|
| /lighttpd1.4/ |
| H A D | NEWS | 49 * [core] reset path-info for cgi.local-redir 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) 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) 3361 * allow digits in [s]cgi env vars (#1712) 3613 * fixed broken cgi if mod_scgi is loaded 3828 * fixed cgi.assign with empty handler 3901 * fixed multipart handling in cgi 3960 * fixed cgi for cygwin [all …]
|