Re: [squid-users] error:unsupported-request-method

2008-11-03 Thread Amos Jeffries

??? ??z?up??? ?z??? ??? wrote:

1225701560.304  1 192.169.1.56 TCP_DENIED/400 1614 NONE
error:unsupported-request-method - NONE/- text/html

what is that mean ?
squid 2x ( from UBUNTU packages )



A program tried to use the proxy with a request that is either not HTTP 
or is part of the HTTP extensions your squid can't handle yet.

see cache.log for info on which request method was tried.

Amos
--
Please be using
  Current Stable Squid 2.7.STABLE5 or 3.0.STABLE10
  Current Beta Squid 3.1.0.1


Re: [squid-users] error:unsupported-request-method

2008-11-03 Thread ░▒▓ ɹɐzǝupɐɥʞ ɐzɹıɯ ▓▒░
On Tue, Nov 4, 2008 at 5:48 AM, Amos Jeffries [EMAIL PROTECTED] wrote:

 A program tried to use the proxy with a request that is either not HTTP or
 is part of the HTTP extensions your squid can't handle yet.
 see cache.log for info on which request method was tried.

 Amos
 --
 Please be using
  Current Stable Squid 2.7.STABLE5 or 3.0.STABLE10
  Current Beta Squid 3.1.0.1


2008/11/03 18:01:59| clientReadRequest: FD 22 (192.169.1.56:2008)
Invalid Request
2008/11/03 18:02:29| parseHttpRequest: Unsupported method 'NICK'


how to repair that error ?

-- 
-=-=-=-=
http://amyhost.com
Dollar naik ? Krisis ? Kami tetap mempertahankan harga jual domain Rp.
75.000 rupiah

Pengin punya Layanan SMS PREMIUM ?
Contact me ASAP. dapatkan Share revenue MAXIMAL tanpa syarat traffic...


Re: [squid-users] error:unsupported-request-method

2008-11-03 Thread Amos Jeffries
 On Tue, Nov 4, 2008 at 5:48 AM, Amos Jeffries [EMAIL PROTECTED]
 wrote:

 A program tried to use the proxy with a request that is either not HTTP
 or
 is part of the HTTP extensions your squid can't handle yet.
 see cache.log for info on which request method was tried.

 Amos
 --
 Please be using
  Current Stable Squid 2.7.STABLE5 or 3.0.STABLE10
  Current Beta Squid 3.1.0.1


 2008/11/03 18:01:59| clientReadRequest: FD 22 (192.169.1.56:2008)
 Invalid Request
 2008/11/03 18:02:29| parseHttpRequest: Unsupported method 'NICK'


 how to repair that error ?


Prevent SIP application sending SIP protocol through HTTP protocol channel.

Amos