Hi there, I found following zope errors on the "zope startup" python screen. Though the zope apps work well, I want to know what happened base on these errors. Many thanks Yan 2002-06-12T01:15:38 ERROR<200> ZServer Bad Http request : 'CONNECT mx1.mail.yahoo.com:25 / HTTP/1.0 2002-06-12T17:40:47 ERROR<200> ZServer Bad Http request : 'CONNECT mx1.mail.yahoo.com:25 / HTTP/1.0 2002-07-10T22:51:15 ERROR<200> ZServer uncaptured python exception, closing channel <zhttp_channel connected 65.94.39.78:3916 at 2d54dac channel1#: 6532 requests:> <exception.IndexError: list index out of range [d:\zope\website\bin\lib\asyncore.py | poll | 95] [d:\zope\website\bin\lib\asyncore.py | handle_read-event | 383] [D:\Zope\Website\ZServer\medusa\asynchat.py | handle_read | 131] [D:\Zope\Website\ZServer\medusa\http_server.py | found_terminator | 492] [D:\Zope\Website\ZServer\medusa\http_server.py | join_headers | 697]>] 2002-07-10T22:51:19 ERROR<200> ZServer uncaptured python exception, closing channel <zhttp_channel connected 65.94.39.78:3961 at 2d50d6c channel1#: 6536 requests:> <exception.IndexError: list index out of range [d:\zope\website\bin\lib\asyncore.py | poll | 95] [d:\zope\website\bin\lib\asyncore.py | handle_read-event | 383] [D:\Zope\Website\ZServer\medusa\asynchat.py | handle_read | 131] [D:\Zope\Website\ZServer\medusa\http_server.py | found_terminator | 149] [D:\Zope\Website\ZServer\medusa\http_server.py | join_headers | 697]>] __________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com
yan zhang wrote:
I found following zope errors on the "zope startup" python screen. Though the zope apps work well, I want to know what happened base on these errors.
What version of Zope are you using? What products do you have installed? cheers, Chris
Hi Chris,
What version of Zope are you using? (Zope 2.4.2 (binary release, python 2.1, win32-x86), python 2.1.0, win32) What products do you have installed? What does it mean? I set zope and IIS on the same machine.
Thanks Yan --- Chris Withers <chrisw@nipltd.com> wrote:
yan zhang wrote:
I found following zope errors on the "zope
startup"
python screen. Though the zope apps work well, I want to know what happened base on these errors.
What version of Zope are you using? What products do you have installed?
cheers,
Chris
__________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com
yan zhang writes:
... 2002-06-12T01:15:38 ERROR<200> ZServer Bad Http request : 'CONNECT mx1.mail.yahoo.com:25 / HTTP/1.0 Someone sends a "CONNECT" request.
I never heard of such an HTTP command...
2002-07-10T22:51:15 ERROR<200> ZServer uncaptured python exception, closing channel <zhttp_channel connected 65.94.39.78:3916 at 2d54dac channel1#: 6532 requests:> <exception.IndexError: list index out of range I never met this error. I would look at the source to find out, when it happens.
Dieter
Hi- On Sunday, July 14, 2002, at 06:02 PM, Dieter Maurer wrote:
yan zhang writes:
... 2002-06-12T01:15:38 ERROR<200> ZServer Bad Http request : 'CONNECT mx1.mail.yahoo.com:25 / HTTP/1.0 Someone sends a "CONNECT" request.
I never heard of such an HTTP command...
This is a command for an HTTP proxy. Someone/something is trying to look for an open proxy to send spam. Many IRC networks won't let you sign on if you have an open proxy, so they also check for an open proxy.
2002-07-10T22:51:15 ERROR<200> ZServer uncaptured python exception, closing channel <zhttp_channel connected 65.94.39.78:3916 at 2d54dac channel1#: 6532 requests:> <exception.IndexError: list index out of range I never met this error. I would look at the source to find out, when it happens.
I also don't know what this is. --Quentin
Dieter
Hi Quentin, What can I do based on these error? Thanks --- Quentin Smith <quentins@comclub.dyndns.org> wrote:
Hi- On Sunday, July 14, 2002, at 06:02 PM, Dieter Maurer wrote:
yan zhang writes:
... 2002-06-12T01:15:38 ERROR<200> ZServer Bad Http request : 'CONNECT mx1.mail.yahoo.com:25 / HTTP/1.0 Someone sends a "CONNECT" request.
I never heard of such an HTTP command...
This is a command for an HTTP proxy. Someone/something is trying to look for an open proxy to send spam. Many IRC networks won't let you sign on if you have an open proxy, so they also check for an open proxy.
2002-07-10T22:51:15 ERROR<200> ZServer uncaptured python exception, closing channel <zhttp_channel connected 65.94.39.78:3916 at
2d54dac
channel1#: 6532 requests:> <exception.IndexError: list index out of range I never met this error. I would look at the source to find out, when it happens. I also don't know what this is. --Quentin
Dieter
__________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com
Hi- Absolutely nothing :). I think there was a product announcement a couple weeks ago for a python program that will do reverse proxying for your site. A reverse proxy is a good idea in general for Zope, and should catch these bogus commands before they reach Zope. --Quentin On Monday, July 15, 2002, at 12:41 PM, yan zhang wrote:
Hi Quentin,
What can I do based on these error?
Thanks
--- Quentin Smith <quentins@comclub.dyndns.org> wrote:
Hi- On Sunday, July 14, 2002, at 06:02 PM, Dieter Maurer wrote:
yan zhang writes:
... 2002-06-12T01:15:38 ERROR<200> ZServer Bad Http request : 'CONNECT mx1.mail.yahoo.com:25 / HTTP/1.0 Someone sends a "CONNECT" request.
I never heard of such an HTTP command...
This is a command for an HTTP proxy. Someone/something is trying to look for an open proxy to send spam. Many IRC networks won't let you sign on if you have an open proxy, so they also check for an open proxy.
2002-07-10T22:51:15 ERROR<200> ZServer uncaptured python exception, closing channel <zhttp_channel connected 65.94.39.78:3916 at
2d54dac
channel1#: 6532 requests:> <exception.IndexError: list index out of range I never met this error. I would look at the source to find out, when it happens. I also don't know what this is. --Quentin
Dieter
__________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com
Quentin, Thanks so much. --- Quentin Smith <quentins@comclub.dyndns.org> wrote:
Hi- Absolutely nothing :). I think there was a product announcement a couple weeks ago for a python program that will do reverse proxying for your site. A reverse proxy is a good idea in general for Zope, and should catch these bogus commands before they reach Zope.
Can I find the python program that will do reverse proxying for our site? Thanks Yan __________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com
Hi- Searching my mail archive, I see that it's called Pound and is at http://www.apsis.ch/pound. However, I myself have not tried this particular program. --Quentin On Monday, July 15, 2002, at 06:22 PM, yan zhang wrote:
Quentin,
Thanks so much. --- Quentin Smith <quentins@comclub.dyndns.org> wrote:
Hi- Absolutely nothing :). I think there was a product announcement a couple weeks ago for a python program that will do reverse proxying for your site. A reverse proxy is a good idea in general for Zope, and should catch these bogus commands before they reach Zope.
Can I find the python program that will do reverse proxying for our site?
Thanks
Yan
__________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com
participants (4)
-
Chris Withers -
Dieter Maurer -
Quentin Smith -
yan zhang