|
Home > Archive > Web Servers General Talk > July 2004 > apache on xp -- strange log entries: SEARCH /\x90\x02\xb1\...
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
apache on xp -- strange log entries: SEARCH /\x90\x02\xb1\...
|
|
| TheKeith 2004-07-28, 6:26 pm |
| these strange log entries go on for many lines and on the end of the
last line says, 'HTTP/1.0" 414 352'
I'm not sure what the 352 code is but I believe the 414 indicates that
the request is too long, correct?
Anyway, should I worry about this--I'm running apache 2 on xp pro? Help
would be appreciated--thanks.
| |
|
| On Wed, 28 Jul 2004 14:53:47 -0400,
TheKeith <no@spam.com> posted:
> .... strange log entries: SEARCH /\x90\x02\xb1\...
>
> these strange log entries go on for many lines and on the end of the
> last line says, 'HTTP/1.0" 414 352'
>
> I'm not sure what the 352 code is but I believe the 414 indicates that
> the request is too long, correct?
Yes, 414 is the code for the URI is too long, 352 would be the amount of
data sent in response (a custom error page, perhaps). The Apache manual
explains this.
Try making the same URI request yourself, and see what the result is. Find
out what \x90, etc., codes stands for, and you'll be able to see what
they're trying to search for.
Write your whole question in the message body, where it's easy to respond
to, not in the subject line.
--
If you insist on e-mailing me, use the reply-to address (it's real but
temporary). But please reply to the group, like you're supposed to.
This message was sent without a virus, please delete some files yourself.
| |
| TheKeith 2004-07-31, 5:53 pm |
| Tim wrote:
> On Wed, 28 Jul 2004 14:53:47 -0400,
> TheKeith <no@spam.com> posted:
>
>
>
>
> Yes, 414 is the code for the URI is too long, 352 would be the amount of
> data sent in response (a custom error page, perhaps). The Apache manual
> explains this.
>
> Try making the same URI request yourself, and see what the result is. Find
> out what \x90, etc., codes stands for, and you'll be able to see what
> they're trying to search for.
>
> Write your whole question in the message body, where it's easy to respond
> to, not in the subject line.
>
thanks a lot--I appreciate the info. I'll put the whole content of my
post in the body next time--sorry for that.
|
|
|
|
|