Searched defs:readme (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/generators/
H A Dmod_autoindex.c126 char *readme; member in struct:autoindex_config_struct
596 (void *)APR_OFFSETOF(autoindex_config_rec, readme),
652 new->readme = add->readme ? add->readme
653 : base->readme;
935 * Emitted if ServerSignature is not Off AND a readme file
939 * succeeds for the (content_type == text/html) readme file.
1138 * If there's a readme file, send a subrequest to look for it. If it's
2264 emit_tail(r, autoindex_conf->readme,
[all...]
/httpd/modules/proxy/
H A Dmod_proxy_ftp.c454 const char *readme = apr_table_get(r->notes, "Directory-README"); local
579 if (readme) {
581 ap_escape_html(p, readme));

Completed in 534 milliseconds