[squid-users] Unsupported methods

2009-02-24 Thread Wilson Hernandez - MSD, S. A.

Hello.

I noticed a lot of unsupported method log in cache.log and is filling 
the log with those type of messages. What type of methods are these? Can 
someone please explain or guide me to where I can better understand the 
"extension methods and or its types"? and what they really are? So I can 
avoid having these type of logs:


2009/02/17 15:18:46| clientParseRequestMethod: Unsupported method 
attempted by 192.168.2.245: This is not a bug. see squid.conf 
extension_methods
2009/02/17 15:18:46| clientParseRequestMethod: Unsupported method in 
request 'NICK n[M-00-CRI-XP-14]___'



2009/02/21 20:36:29| clientParseRequestMethod: Unsupported method 
attempted by 192.168.2.241: This is not a bug. see squid.conf 
extension_methods
2009/02/21 20:36:29| clientParseRequestMethod: Unsupported method in 
request 'NICK [00|ESP|016294017]__'



Thanks in advanced for your help.


Re: [squid-users] Unsupported methods

2009-02-24 Thread Chris Robertson

Wilson Hernandez - MSD, S. A. wrote:

Hello.

I noticed a lot of unsupported method log in cache.log and is filling 
the log with those type of messages. What type of methods are these? 
Can someone please explain or guide me to where I can better 
understand the "extension methods and or its types"? and what they 
really are? So I can avoid having these type of logs:


2009/02/17 15:18:46| clientParseRequestMethod: Unsupported method 
attempted by 192.168.2.245: This is not a bug. see squid.conf 
extension_methods
2009/02/17 15:18:46| clientParseRequestMethod: Unsupported method in 
request 'NICK n[M-00-CRI-XP-14]___'



2009/02/21 20:36:29| clientParseRequestMethod: Unsupported method 
attempted by 192.168.2.241: This is not a bug. see squid.conf 
extension_methods
2009/02/21 20:36:29| clientParseRequestMethod: Unsupported method in 
request 'NICK [00|ESP|016294017]__'



Thanks in advanced for your help.


http://www.squid-cache.org/mail-archive/squid-users/200812/0313.html

Chris


Re: [squid-users] Unsupported methods

2009-03-08 Thread Wilson Hernandez - MSD, S. A.

Where I can find the type of extension_methods?

"You can add up to 20 additional request "extension" methods here for 
enabling Squid to allow access unknown methods"


But where can I find a list of these methods?

Thanks.




Chris Robertson wrote:

Wilson Hernandez - MSD, S. A. wrote:

Hello.

I noticed a lot of unsupported method log in cache.log and is filling 
the log with those type of messages. What type of methods are these? 
Can someone please explain or guide me to where I can better 
understand the "extension methods and or its types"? and what they 
really are? So I can avoid having these type of logs:


2009/02/17 15:18:46| clientParseRequestMethod: Unsupported method 
attempted by 192.168.2.245: This is not a bug. see squid.conf 
extension_methods
2009/02/17 15:18:46| clientParseRequestMethod: Unsupported method in 
request 'NICK n[M-00-CRI-XP-14]___'



2009/02/21 20:36:29| clientParseRequestMethod: Unsupported method 
attempted by 192.168.2.241: This is not a bug. see squid.conf 
extension_methods
2009/02/21 20:36:29| clientParseRequestMethod: Unsupported method in 
request 'NICK [00|ESP|016294017]__'



Thanks in advanced for your help.


http://www.squid-cache.org/mail-archive/squid-users/200812/0313.html

Chris




--
*Wilson Hernandez*
Presidente
829.848.9595
809.766.0441
www.msdrd.com 
Conservando el medio ambiente


Re: [squid-users] Unsupported methods

2009-03-08 Thread Amos Jeffries
> Where I can find the type of extension_methods?
>
> "You can add up to 20 additional request "extension" methods here for
> enabling Squid to allow access unknown methods"
>
> But where can I find a list of these methods?

Applications which use non-standard HTTP methods should list them in their
documentation.
The alternative is checking cache.log for the methods name. It should be
output somewhere near or in the message which tells you to use
extension_methods option.

One warning: SIP protocol methods (NICK REGISTER etc) may be seen and
trigger this warning. However even adding them to the list of allowed
methods they will still fail when going through Squid. It's built into the
way SIP works, and the support to handle them properly still needs to be
added to Squid.

Amos

>
> Thanks.
>
>
>
>
> Chris Robertson wrote:
>> Wilson Hernandez - MSD, S. A. wrote:
>>> Hello.
>>>
>>> I noticed a lot of unsupported method log in cache.log and is filling
>>> the log with those type of messages. What type of methods are these?
>>> Can someone please explain or guide me to where I can better
>>> understand the "extension methods and or its types"? and what they
>>> really are? So I can avoid having these type of logs:
>>>
>>> 2009/02/17 15:18:46| clientParseRequestMethod: Unsupported method
>>> attempted by 192.168.2.245: This is not a bug. see squid.conf
>>> extension_methods
>>> 2009/02/17 15:18:46| clientParseRequestMethod: Unsupported method in
>>> request 'NICK n[M-00-CRI-XP-14]___'
>>>
>>>
>>> 2009/02/21 20:36:29| clientParseRequestMethod: Unsupported method
>>> attempted by 192.168.2.241: This is not a bug. see squid.conf
>>> extension_methods
>>> 2009/02/21 20:36:29| clientParseRequestMethod: Unsupported method in
>>> request 'NICK [00|ESP|016294017]__'
>>>
>>>
>>> Thanks in advanced for your help.
>>
>> http://www.squid-cache.org/mail-archive/squid-users/200812/0313.html
>>
>> Chris
>>
>>
>
> --
> *Wilson Hernandez*
> Presidente
> 829.848.9595
> 809.766.0441
> www.msdrd.com 
> Conservando el medio ambiente
>




[squid-users] Unsupported Methods Found on cache.log

2003-02-19 Thread SSCR Internet Admin
Hi,

Im having lots of this on cache.log - unsupported method 'MachineId:..
blahblah...' and followed by ClientReadRequest : FD36 Invalid Request, and
if it continues i got FATAL : Recevied Segmentation Fault.. Dying...

Can anyone pinpoint me to a direction where i can fix this prob?


Regards
Nats
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.455 / Virus Database: 255 - Release Date: 2/13/2003




Re: [squid-users] Unsupported Methods Found on cache.log

2003-02-19 Thread Henrik Nordstrom
On Thursday 20 February 2003 18.16, SSCR Internet Admin wrote:
> Hi,
>
> Im having lots of this on cache.log - unsupported method
> 'MachineId:.. blahblah...' and followed by ClientReadRequest : FD36
> Invalid Request,

Looks like a client sending a malformed request to Squid.

Are you running Squid as a normal proxy or transparently intercepting 
port 80?

> and if it continues i got FATAL : Recevied
> Segmentation Fault.. Dying...

Please get a stack trace of the segmentation fault and report a Squid 
bug in our bug management tool (bugzilla). Squid should not 
segmentation fault.

For details on how get a stack trace and to register a bug see "Squid 
FAQ 11.19 Sending in Squid bug reports" 
http://www.squid-cache.org/Doc/FAQ/FAQ-11.html#ss11.19> 

Regards
Henrik




Re: [squid-users] Unsupported Methods Found on cache.log

2003-02-20 Thread Marc Elsen


SSCR Internet Admin wrote:
> 
> Hi,
> 
> Im having lots of this on cache.log - unsupported method 'MachineId:..
> blahblah...' and followed by ClientReadRequest : FD36 Invalid Request, and
> if it continues i got FATAL : Recevied Segmentation Fault.. Dying...
> 
> Can anyone pinpoint me to a direction where i can fix this prob?

 Which version of squid are you using ?
 On which platform/os/version ?

 It is related to http clients bombarding squid with unknown request
types.
 Not an intrinsic squid problem.

 Provided this is not a  real bogus webclients you my add methods
 using the 

  extension_methods

 directive in squid.conf

 But it would be advisable to check first which client's are causing
this
 and what the application that talks to squid is really trying to do.
 Because it seems in this case that some corruption occurs in  a request
 made to squid.


 M.

> 
> Regards
> Nats
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.455 / Virus Database: 255 - Release Date: 2/13/2003

-- 

 'Time is a consequence of Matter thus
 General Relativity is a direct consequence of QM
 (M.E. Mar 2002)



RE: [squid-users] Unsupported Methods Found on cache.log

2003-02-20 Thread SSCR Internet Admin
I am sorry to tell you that i have upgraded my squid-2.4STABLE7 to
squid-2.5.STABLE1 which really fix the problem.  I dont know if ill meet
this in the near future, and i have not set the coredump_dir, tsk tsk.. ill
see to it ill send a bug report once this problem occurs again

-Original Message-
From: Henrik Nordstrom [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 20, 2003 12:01 AM
To: SSCR Internet Admin; squid-mailing list
Subject: Re: [squid-users] Unsupported Methods Found on cache.log


On Thursday 20 February 2003 18.16, SSCR Internet Admin wrote:
> Hi,
>
> Im having lots of this on cache.log - unsupported method
> 'MachineId:.. blahblah...' and followed by ClientReadRequest : FD36
> Invalid Request,

Looks like a client sending a malformed request to Squid.

Are you running Squid as a normal proxy or transparently intercepting
port 80?

> and if it continues i got FATAL : Recevied
> Segmentation Fault.. Dying...

Please get a stack trace of the segmentation fault and report a Squid
bug in our bug management tool (bugzilla). Squid should not
segmentation fault.

For details on how get a stack trace and to register a bug see "Squid
FAQ 11.19 Sending in Squid bug reports"
http://www.squid-cache.org/Doc/FAQ/FAQ-11.html#ss11.19>

Regards
Henrik
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.455 / Virus Database: 255 - Release Date: 2/13/2003

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.455 / Virus Database: 255 - Release Date: 2/13/2003




Re: [squid-users] Unsupported Methods Found on cache.log

2003-02-20 Thread Henrik Nordstrom
I am not at all sorry if upgrading to the current STABLE version fixed 
your problem, only glad! In fact, I assumed you were already running 
2.5.STABLE1 as you did not tell which version you were using..

If you had filed a bug report for Squid-2.4 the first response to the 
bug report would anyway have been "upgrade to 2.5.STABLE1 or later, 
if the problem reoccurs with the current STABLE version please 
return" as Squid-2.4 is no longer maintained or bug fixed.

Regards
Henrik

On Friday 21 February 2003 02.01, SSCR Internet Admin wrote:
> I am sorry to tell you that i have upgraded my squid-2.4STABLE7 to
> squid-2.5.STABLE1 which really fix the problem.  I dont know if ill
> meet this in the near future, and i have not set the coredump_dir,
> tsk tsk.. ill see to it ill send a bug report once this problem
> occurs again
>
> -Original Message-
> From: Henrik Nordstrom [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 20, 2003 12:01 AM
> To: SSCR Internet Admin; squid-mailing list
> Subject: Re: [squid-users] Unsupported Methods Found on cache.log
>
> On Thursday 20 February 2003 18.16, SSCR Internet Admin wrote:
> > Hi,
> >
> > Im having lots of this on cache.log - unsupported method
> > 'MachineId:.. blahblah...' and followed by ClientReadRequest :
> > FD36 Invalid Request,
>
> Looks like a client sending a malformed request to Squid.
>
> Are you running Squid as a normal proxy or transparently
> intercepting port 80?
>
> > and if it continues i got FATAL : Recevied
> > Segmentation Fault.. Dying...
>
> Please get a stack trace of the segmentation fault and report a
> Squid bug in our bug management tool (bugzilla). Squid should not
> segmentation fault.
>
> For details on how get a stack trace and to register a bug see
> "Squid FAQ 11.19 Sending in Squid bug reports"
> http://www.squid-cache.org/Doc/FAQ/FAQ-11.html#ss11.19>
>
> Regards
> Henrik