Lines Matching defs:method
2139 char *method = ap_getword_conf(cmd->temp_pool, &limited_methods);
2142 /* check for builtin or module registered method number */
2143 methnum = ap_method_number_of(method);
2149 /* method has not been registered yet, but resorce restriction
2150 * is always checked before method handling, so register it.
2153 apr_pstrdup(cmd->pool, method));
4191 "method other than those specified is used to access the resource"),
4606 /* We understood the (non-GET) method, but it might not be legal for
4612 method at this point is POST. In the future, we should enable
4621 "This resource does not accept the %s method.",
4622 r->method);
4681 else { /* unusual method (not GET or POST) */
4691 "Invalid method in request %s - possible attempt to establish SSL connection on non-SSL port", r->the_request);
4694 "Invalid method in request %s", r->the_request);