On Mon, Jul 21, 2008 at 5:58 AM, apache a <[EMAIL PROTECTED]> wrote:
> does apache servers use ACLs to check conditions based on the incoming http
> request URL, even before the header is parsed?

I see this is the third time you've asked variants on this question.
But without actually explaining what you are trying to do, you're just
wasting your time.

But to answer directly, Apache httpd answers HTTP requests with HTTP
responses. To do that, it almost always needs to parse the headers,
even if it will wind up denying the request due to, for example, an IP
address forbidden by mod_authz_host.

You can look at the third-party module mod_security, which does have
the ability to drop requests without any response. Or you can use a
firewall to do this job.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to