git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@578334
13f79535-47bb-0310-9956-
ffa450edef68
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * mod_proxy: return 500 not 403 when protocol module is not available
- http://svn.apache.org/viewvc?view=rev&revision=575996
- +1: niq, rpluem, clere
-
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
"If you are using a DSO version of mod_proxy, make sure "
"the proxy submodules are included in the configuration "
"using LoadModule.", r->uri);
- access_status = HTTP_FORBIDDEN;
+ access_status = HTTP_INTERNAL_SERVER_ERROR;
goto cleanup;
}
cleanup: