Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dmod_simple_vhost.c16 const buffer *document_root; member
46 pconf->document_root = cpv->v.b; in mod_simple_vhost_merge_config_cpv()
157 build_doc_root_path(out, p->conf.server_root, host, p->conf.document_root); in build_doc_root()
H A Dmod_vhostdb.c42 char *document_root; member
59 ve->document_root = ve->server_name + slen; in vhostdb_cache_entry_init()
61 memcpy(ve->document_root, docroot->ptr, dlen); in vhostdb_cache_entry_init()
265 buffer_copy_string_len(&r->physical.doc_root, ve->document_root, ve->dlen); in mod_vhostdb_found()
H A Drequest.h25 const buffer *document_root; member
H A Dconfigfile.c94 pconf->document_root = cpv->v.b; in config_merge_config_cpv()
2592 if (!s->document_root || buffer_is_blank(s->document_root)) { in config_set_defaults()
2601 buffer_copy_string_len_lc(tb, BUF_PTR_LEN(s->document_root)); in config_set_defaults()
2606 is_lower = buffer_is_equal(tb, s->document_root); in config_set_defaults()
2609 buffer_copy_buffer(tb, s->document_root); in config_set_defaults()
2616 if (is_lower && buffer_is_equal(tb, s->document_root)) { in config_set_defaults()
H A Dresponse.c499 buffer_copy_buffer(&r->physical.doc_root, r->conf.document_root); in http_response_prepare()