Home
last modified time | relevance | path

Searched refs:valid (Results 1 – 6 of 6) sorted by relevance

/lighttpd1.4/doc/outdated/
H A Dauthentication.txt168 # if enabled, startTLS needs a valid (base64-encoded) CA
198 "require" => "valid-user"
H A Dssl.txt32 To enable SSL for the whole server you have to provide a valid
H A Dplugins.txt125 the plugin configuration is valid. If it is not valid yet, it should
H A Dfastcgi.txt246 the following explanation is valid for remote connections too.
/lighttpd1.4/src/
H A Dhttp-header-glue.c427 int valid = 1; in http_response_xsendfile() local
454 valid = 0; in http_response_xsendfile()
469 valid = 0; in http_response_xsendfile()
473 if (valid) http_response_send_file(r, path, NULL); in http_response_xsendfile()
/lighttpd1.4/
H A DNEWS551 * [core] separate funcs to check for valid chars
1932 * [stat_cache] FAM: ignore event with no valid match
2560 * [core] adjust parser for valid variable expansion
2634 * [TLS] remote IP conditions are valid for TLS SNI (fixes #2272)
3785 * added valid-user option for mod_auth (tigger at gentoo.org)