Avoid internal sub-requests and processing of Location headers when
in FCGI_AUTHORIZER mode, as the mod_fcgid_authenticator(), etc. hook
functions report an error if the script returned a Location header and
redirections are nonsensical in this mode.

Previously, the handle_request_ipc() and handle_request() functions would
examine this header when in FCGI_AUTHORIZER mode and then possibly execute
an internal sub-request, which has no particular use, as its return value
is ignored and its output may conflict with that of the actual content
generation phase.


git-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1357986 13f79535-47bb-0310-9956-ffa450edef68
1 file changed