]> granicus.if.org Git - apache/commitdiff
Failing to load a protocol handler is a server error, not a forbidden.
authorNick Kew <niq@apache.org>
Sat, 15 Sep 2007 22:36:36 +0000 (22:36 +0000)
committerNick Kew <niq@apache.org>
Sat, 15 Sep 2007 22:36:36 +0000 (22:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@575996 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.c

index 3e888f75cee1096fa23bf177f16e2bcefeebeaf8..d5265334bf561f93c0469d16ae9eb3241554587f 100644 (file)
@@ -952,7 +952,7 @@ static int proxy_handler(request_rec *r)
                     "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: