From: "Ming-Ching Tiew" <[EMAIL PROTECTED]>
> 
> it (correctly) display the formatted html text asking
> me for name and password, and but when I click
> continue it displayed this text on the browser rather than
> formatted html, it looks to me there are extra text in front
> of the output which confuses the browser.
> 

I worked around the problem by doing this in a new cgi :-

# cat cmgr.cgi

#!/bin/sh
/mnt/squid/libexec/cachemgr.cgi | sed -e '1,8d'

Everything works perfectly after this.

Regards.

Reply via email to