Searched refs:HTTP_METHOD_NOT_ALLOWED (Results 1 - 11 of 11) sorted by relevance

/httpd/modules/aaa/
H A Dmod_allowmethods.c76 return HTTP_METHOD_NOT_ALLOWED;
H A Dmod_auth_form.c1129 return HTTP_METHOD_NOT_ALLOWED;
/httpd/modules/filters/
H A Dmod_reflector.c171 return HTTP_METHOD_NOT_ALLOWED;
/httpd/modules/http/
H A Dhttp_protocol.c1163 case HTTP_METHOD_NOT_ALLOWED:
1450 if ((status == HTTP_METHOD_NOT_ALLOWED)
H A Dhttp_filters.c1031 return HTTP_METHOD_NOT_ALLOWED;
/httpd/include/
H A Dhttpd.h508 #define HTTP_METHOD_NOT_ALLOWED 405 macro
855 * and HTTP_METHOD_NOT_ALLOWED and HTTP_NOT_IMPLEMENTED status codes.
863 * HTTP_METHOD_NOT_ALLOWED. Unfortunately this means that a Script GET
/httpd/modules/cluster/
H A Dmod_heartmonitor.c745 return HTTP_METHOD_NOT_ALLOWED;
/httpd/modules/dav/main/
H A Dmod_dav.c27 * therefore: we need to manually handle the HTTP_METHOD_NOT_ALLOWED
718 return dav_new_error(r->pool, HTTP_METHOD_NOT_ALLOWED, 0, 0,
2528 return HTTP_METHOD_NOT_ALLOWED;
2654 return dav_error_response(r, HTTP_METHOD_NOT_ALLOWED, body);
4296 return HTTP_METHOD_NOT_ALLOWED;
4692 /* ### hrm. if we return HTTP_METHOD_NOT_ALLOWED, then an Allow header
/httpd/modules/mappers/
H A Dmod_negotiation.c3001 return HTTP_METHOD_NOT_ALLOWED;
/httpd/server/
H A Dcore.c4623 return HTTP_METHOD_NOT_ALLOWED;
4702 return HTTP_METHOD_NOT_ALLOWED;
/httpd/modules/proxy/
H A Dmod_proxy.c1023 return HTTP_METHOD_NOT_ALLOWED;

Completed in 106 milliseconds