On 7/11/07, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > The speed has noticeably improved (thanks!) but as recently as Monday > > PyPI was unresponsive and then returning proxy errors. It definitely > > caused us (Creative Commons) to lose productivity Monday afternoon > > (PDT). > > Ok. What precisely was that proxy error? (I'm puzzled, because I'm > not aware of a proxy somewhere)
IIRC it was a 503 or 502 -- if I had to guess, it appeared that Apache is passing requests through to a local process (mod_rewrite or mod_proxy?), and that process wasn't responding. > > Regards, > Martin > _______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
