Lines Matching refs:directive

367      * Now merge the setting of the FileETag directive.
1080 * ServerName directive to construct a canonical name for the
1082 * directive, Apache uses the port supplied by the client if
1137 /* returns a parent if it matches the given directive */
1145 if (strcasecmp(dirp->directive, what) == 0)
1192 && ((found = find_parent(cmd->directive, "<Directory"))
1193 || (found = find_parent(cmd->directive, "<DirectoryMatch"))))
1195 && ((found = find_parent(cmd->directive, "<Location"))
1196 || (found = find_parent(cmd->directive, "<LocationMatch"))))
1198 && ((found = find_parent(cmd->directive, "<Files"))
1199 || (found = find_parent(cmd->directive, "<FilesMatch"))
1200 || (found = find_parent(cmd->directive, "<If"))
1201 || (found = find_parent(cmd->directive, "<ElseIf"))
1202 || (found = find_parent(cmd->directive, "<Else"))))) {
1204 " cannot occur within ", found->directive,
1345 if (cmd->parent && strcasecmp(cmd->parent->directive, "<VirtualHost")) {
1346 return apr_pstrcat(cmd->pool, cmd->cmd->name, " is not valid in ", cmd->parent->directive, " context", NULL);
1372 if (cmd->parent && strcasecmp(cmd->parent->directive, "<VirtualHost")) {
1373 return apr_pstrcat(cmd->pool, cmd->cmd->name, " is not valid in ", cmd->parent->directive, " context", NULL);
1406 ap_directive_t const * ed1 = cmd->directive;
1411 return "The Error or Warning directive was used with no message.";
1439 "Configuration processing stopped by Error directive": NULL;
1576 "directive --- ignoring!", cmd->directive->filename, cmd->directive->line_num);
1694 cmd->directive->line_num, cmd->directive->filename);
1774 cmd->directive->filename, cmd->directive->line_num);
1796 "directive `%s' in AllowOverrideList at %s:%d",
1797 argv[i], cmd->directive->filename,
1798 cmd->directive->line_num);
1803 APLOGNO(02304) "Discarding directive `%s' not "
1805 argv[i], cmd->directive->filename,
1806 cmd->directive->line_num);
1923 cmd->directive->line_num, cmd->directive->filename);
2006 " directive", NULL);
2105 "> directive missing closing '>'", NULL);
2114 "> directive requires additional arguments", NULL);
2166 "> directive excludes all methods", NULL);
2170 "> directive specifies methods already excluded",
2176 errmsg = ap_walk_config(cmd->directive->first_child, cmd, cmd->context);
2262 errmsg = ap_walk_config(cmd->directive->first_child, cmd, new_dir_conf);
2343 errmsg = ap_walk_config(cmd->directive->first_child, cmd, new_url_conf);
2430 errmsg = ap_walk_config(cmd->directive->first_child, cmd, new_file_conf);
2520 errmsg = ap_walk_config(cmd->directive->first_child, cmd, new_if_conf);
2571 * of an EXEC_ON_READ directive.
2723 s->defn_name = cmd->directive->filename;
2724 s->defn_line_number = cmd->directive->line_num;
2728 errmsg = ap_walk_config(cmd->directive->first_child, cmd,
2830 * The ServerName directive takes one argument with format
3269 * response header field (the ServerTokens directive). Unfortunately
3991 return apr_pstrcat(p, "Unrecognized error log format directive %",
4000 return "Ran off end of error log format parsing args to some directive";