Lines Matching refs:status
101 int status;
104 status = HTTP_MOVED_TEMPORARILY;
106 status = REDIRECT_OFF;
108 status = HTTP_MOVED_PERMANENTLY;
110 status = HTTP_MOVED_TEMPORARILY;
112 status = HTTP_SEE_OTHER;
114 status = atoi(arg1);
115 if (!ap_is_HTTP_REDIRECT(status)) {
123 d->redirect_index = status;
138 NULL, DIR_CMD_PERMS, "On, Off, or a 3xx status code."),
194 if (rr->status == HTTP_OK
200 else if (ap_is_HTTP_REDIRECT(rr->status)) {
208 error_notfound = rr->status;
210 else if (rr->status && rr->status != HTTP_NOT_FOUND
211 && rr->status != HTTP_OK) {
212 error_notfound = rr->status;
327 if (rr->status == HTTP_OK
342 if (ap_is_HTTP_REDIRECT(rr->status)
343 || (rr->status == HTTP_NOT_ACCEPTABLE && num_names == 1)
344 || (rr->status == HTTP_UNAUTHORIZED && num_names == 1)) {
347 error_notfound = rr->status;
365 if (rr->status && rr->status != HTTP_NOT_FOUND
366 && rr->status != HTTP_OK) {
367 error_notfound = rr->status;