Searched refs:directive (Results 1 - 25 of 26) sorted by relevance

12

/httpd/modules/core/test/conf/
H A Dtest30.conf4 <Macro foo $dir $directive>
5 <$directive $dir>
6 Warning "section $directive $dir"
7 </$directive>
/httpd/include/
H A Dhttp_config.h103 /** This configuration directive does not take any arguments */
105 /** This configuration directive will handle its own parsing of arguments*/
107 /** This configuration directive will handle its own parsing of arguments*/
109 /** This configuration directive takes 1 argument*/
111 /** This configuration directive takes 2 arguments */
113 /** This configuration directive takes 3 arguments */
115 /** This configuration directive takes a flag (on/off) as a argument*/
118 /** mechanism for declaring a directive with no arguments */
119 # define AP_INIT_NO_ARGS(directive, func, mconfig, where, help) \
120 { directive, {
305 ap_directive_t *directive; member in struct:cmd_parms_struct
[all...]
H A Dutil_cfgtree.h44 * directive (&lt;/Directory&gt;) is not stored in the tree.
47 /** The current directive */
48 const char *directive; member in struct:ap_directive_t
49 /** The arguments for the current directive, stored as a space
52 /** The next directive node in the tree */
54 /** The first child node of this directive */
56 /** The parent node of this directive */
59 /** directive's module can store add'l data here */
63 /** The name of the file this directive was found in */
65 /** The line number the directive wa
[all...]
/httpd/docs/manual/style/css/
H A Dmanual.css140 /* code.directive [links] */
142 code.directive,
143 code.directive a:link {
148 code.directive a:visited {
153 code.directive a:hover,
154 code.directive a:active {
160 tr.odd code.directive a:hover,
161 tr.odd code.directive a:active,
162 tr.header code.directive a:hover,
163 tr.header code.directive
[all...]
H A Dmanual-print.css103 /* code.directive [links] */
105 code.directive,
106 code.directive a:link,
107 code.directive a:visited,
108 code.directive a:hover,
109 code.directive a:active {
149 .directive-section h2,
194 ul, .section table, .directive-section table {
297 table.directive th {
354 * <code class="directive"> o
[all...]
H A Dmanual-loose-100pc.css43 div#quickview code.directive a:hover,
44 div#quickview code.directive a:active {
/httpd/modules/mappers/
H A Dmod_imagemap.c45 * Old: directive URL [x,y ...]
46 * New: directive URL "Menu text" [x,y ...]
47 * or: directive URL x,y ... "Menu text"
378 "invalid base directive in map file: %s", r->uri);
580 char *directive; local
677 directive = string_pos;
678 while (*string_pos && !apr_isspace(*string_pos)) { /* past directive */
705 if (!strncasecmp(directive, "base", 4)) { /* base, base_uri */
715 if (!strcasecmp(directive, "default")) { /* default */
778 if (!strcasecmp(directive, "pol
[all...]
H A Dmod_alias.c167 "The %s directive in %s at line %d will probably "
170 cmd->cmd->name, cmd->directive->filename,
171 cmd->directive->line_num,
/httpd/server/
H A Dcore.c367 * 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, "<File
[all...]
H A Dconfig.c1140 newdir->directive = cmd_name;
1194 "> directive missing closing '>'", NULL);
1200 (*curr_parent)->directive + 1) != 0) {
1203 (*curr_parent)->directive + 1, "> but saw ",
1277 char *dir = apr_pstrdup(parms->temp_pool, current->directive);
1287 APLOGNO(02296) "Unknown directive %s "
1294 current->directive,
1318 /* If the directive in error has already been set, don't
1345 parms->directive = current;
1426 curr_parent->directive);
1602 ap_soak_end_container(cmd_parms *cmd, char *directive) argument
2610 count_directives_sub(const char *directive, ap_directive_t *current) argument
2628 ap_reserve_module_slots_directive(const char *directive) argument
[all...]
H A Dvhost.c261 cmd->directive->filename,
262 cmd->directive->line_num);
911 /* search all the aliases from ServerAlias directive */
1035 /* does it match any ServerName or ServerAlias directive? */
H A Dutil_expr_eval.c454 info->filename = cmd->directive->filename;
455 info->line_number = cmd->directive->line_num;
/httpd/modules/session/
H A Dmod_session_cookie.c206 return apr_pstrcat(cmd->pool, cmd->directive->directive,
H A Dmod_session_dbd.c536 return apr_pstrcat(cmd->pool, cmd->directive->directive,
/httpd/modules/generators/
H A Dmod_info.c189 ap_escape_html(r->pool, dir->directive),
192 apr_file_printf(out, "%s %s\n", dir->directive, dir->args);
201 ap_escape_html(r->pool, dir->directive),
204 apr_file_printf(out, "%s %s\n", dir->directive, dir->args);
210 const char *dirname = dir->directive;
233 if (strcasecmp(cmd->name, dir->directive) == 0)
/httpd/modules/loggers/
H A Dmod_log_config.c21 * This is module implements the TransferLog directive (same as the
38 * If no TransferLog or CustomLog directive appears in a VirtualHost,
40 * the virtual host section. If a TransferLog or CustomLog directive
116 * (This directive was %...c in late versions of Apache 1.3, but
269 const ap_directive_t *directive; member in struct:__anon198
1046 return apr_pstrcat(p, "Unrecognized LogFormat directive %",
1058 return "Ran off end of LogFormat parsing args to some directive";
1346 cls->directive = cmd->directive;
1859 if (!cls->fname || cls->fname[0] == '|' || !cls->directive) {
1866 const ap_directive_t *directive = cls->directive; local
[all...]
/httpd/test/
H A Dmake_sni.sh346 directive.
349 SSLCACertificate directive.
/httpd/modules/aaa/
H A Dmod_authn_core.c183 /* Only per-server directive we have is GLOBAL_ONLY */
222 "> directive missing closing '>'", NULL);
229 "> directive requires additional arguments", NULL);
238 "> directive requires additional arguments", NULL);
258 errmsg = ap_walk_config(cmd->directive->first_child, cmd, new_auth_config);
H A Dmod_authz_core.c171 /* Only per-server directive we have is GLOBAL_ONLY */
268 "> directive missing closing '>'", NULL);
275 "> directive requires additional arguments", NULL);
285 "> directive requires additional arguments", NULL);
294 errmsg = ap_walk_config(cmd->directive->first_child, cmd,
440 return apr_psprintf(cmd->pool, "negative %s directive has no effect "
441 "in %s directive",
477 "> directive missing closing '>'", NULL);
484 "> directive doesn't take additional arguments",
507 /* trigger NOT_IN_LIMIT errors as if this were a <Limit> directive */
[all...]
H A Dmod_auth_form.c199 return apr_pstrcat(cmd->pool, cmd->directive->directive,
/httpd/modules/filters/
H A Dmod_include.c188 char *directive; /* name of the current directive */ member in struct:ssi_internal_ctx
189 apr_size_t directive_len; /* length of the current directive name */
468 #define DEFAULT_ERROR_MSG "[an error occurred while processing this directive]"
1684 static int find_file(request_rec *r, const char *directive, const char *tag, argument
1756 "to tag %s in %s", tag, directive, r->filename);
2449 "else directive does not take tags in %s",
2489 "endif directive does not take tags in %s",
2575 "precede value in set directive in %s",
2667 "directive i
[all...]
/httpd/modules/ssl/
H A Dssl_engine_config.c723 * compression by default. Enabling this directive would not
768 return "The SSLInsecureRenegotiation directive is not available "
838 "The SSLCertificateChainFile directive (%s:%d) is deprecated, "
840 cmd->directive->filename, cmd->directive->line_num);
1268 info->filename = cmd->directive->filename;
1269 info->line_number = cmd->directive->line_num;
/httpd/modules/lua/
H A Dmod_lua.c967 * back into the parent section -- from which you can then get the new directive
974 ap_directive_t *directive = cmd->directive; local
975 hack_section_baton *baton = directive->data;
1006 "> directive missing closing '>'", NULL);
1053 tmp = apr_pstrdup(cmd->pool, cmd->err_directive->directive + 1);
1101 (*current)->directive = apr_pstrdup(cmd->pool, "Lua_____ByteCodeHack");
1539 * Called for config directive which looks like
1551 * Called for config directive which looks like
H A Dlua_request.c2608 value = apr_psprintf(r->pool, "%s %s", cfg->directive, cfg->args);
2609 lua_pushstring(L, "directive");
2642 if (ap_strcasestr(dir->directive, "<virtualhost") && dir->first_child) {
2644 if (ap_strcasecmp_match(subdir->directive, "servername") &&
2649 if (ap_strcasecmp_match(subdir->directive, "serveralias") &&
/httpd/modules/proxy/
H A Dmod_proxy.c889 /* The "ProxyDomain" directive determines what domain will be appended */
1101 /* firstly, try a proxy, unless a NoProxy directive is active */
2304 if (cmd->directive->parent &&
2305 strncasecmp(cmd->directive->parent->directive,
2307 const char *pargs = cmd->directive->parent->args;
2309 * Parent directive arg is the worker/balancer name.
2317 /* Standard set directive with worker/balancer
2408 "> directive missing closing '>'", NULL);
2442 errmsg = ap_walk_config(cmd->directive
[all...]

Completed in 115 milliseconds

12