Re: cachemgr problem with Windows .NET IIS 6.0

From: PsychoTekk .de <psychotekk@dont-contact.us>
Date: Thu, 19 Sep 2002 18:56:51 +0100

> > - does the error occur as soon as you try to acces
> > cachemgr.cgi?
>
> No, the login form is correct, the error comes when trying to load the
> cachemgr menu or any subpage.

3 functions for (header) output:
auth_html()
error_html()
read_reply(),
first both use

 Content-Type: text/html<CrLf>
 <CrLf>
 ...body...

while in read_reply() there are some cases in which i'm not
sure if there are two <CrLf>s between headers and body.
not sure about the status message either, but if not set
the server would set that header.
but if there would really be an error someone would have
discovered that already - such errors are too obvious.

>
> > - does the error also occur when you try to access
> > cachemgr.cgi via apache
> > (in case you have installed apache for win)?
>
> No, my development machine runs Apache (The best antivirus against Nimda
> ...) without any cachemgr problems.

yes i run apache on w2k, too.
have you tried apache on win .NET ? if cachemgr runs
okay either apache permits non-standart syntax where
IIS 6.0 strictly sticks to the standards (hm, okay, this
is not really an option!), or IIS 6.0 ain't ready for
final release yet... which wouldn't be a big surprise for me.
 
> > - do you have a client program to view the headers
> > that IIS 6.0 and cachemgr.cgi send out?
>
> What kind of program ?

just a program that will send a request, e.g.

HEAD /cgi-bin/cachemgr.cgi?host=localhost&port=3128&user_name=USER&passwd=PWD HTTP/1.0
Host: localhost
Connection: close

and then let you see the response headers.

sorry, don't have any XP machine available atm.
maybe on the weekend but that's not for sure.
i'll try though.

-- 
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

Received on Thu Sep 19 2002 - 11:56:54 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:16:34 MST