Home
last modified time | relevance | path

Searched refs:map (Results 1 – 5 of 5) sorted by relevance

/lighttpd1.4/src/
H A Dbuffer.c593 const char *map = NULL; in buffer_append_string_encoded() local
597 map = encoded_chars_rel_uri; in buffer_append_string_encoded()
600 map = encoded_chars_rel_uri_part; in buffer_append_string_encoded()
603 map = encoded_chars_html; in buffer_append_string_encoded()
606 map = encoded_chars_minimal_xml; in buffer_append_string_encoded()
612 if (map[*ds & 0xFF]) { in buffer_append_string_encoded()
636 if (map[*ds & 0xFF]) { in buffer_append_string_encoded()
/lighttpd1.4/doc/outdated/
H A Dsimple-vhost.txt60 You can use symbolic links to map several hostnames to the same directory.
H A Dfastcgi.txt80 fastcgi.map-extensions
81 map multiple extensions to the same fastcgi server
85 fastcgi.map-extensions = ( ".php3" => ".php" )
H A Dconfiguration.txt140 # map all domains of a top-level-domain to a single document-root
/lighttpd1.4/
H A DNEWS1864 * [core] map FDEVENT_* to OS system event frameworks
2167 * [mod_proxy] fix segfault in Set-Cookie reverse map (fixes #2879)
2851 * [mod_webdav] map COPY/MOVE Destination to aliases (fixes #1787)
3606 * added fastcgi.map-extensions to mod_fastcgi