> I'm sure there is a way to feed parameters into /cgi-bin/cachemgr.cgi;
> I'm tired of typing my server name into the text field every time I
> want to use the cache interface. How can I do this? I (briefly) took
> a peek at cachemgr.c but couldn't find anything..
> Any hints?
You need to look in cachemgr.c for the lines of the form :
printf("<BR><STRONG>Cache Host:</STRONG><INPUT NAME=\"host\" ");
to
printf("<BR><STRONG>Cache Host:</STRONG><INPUT NAME=\"host\" VALUE=\"phost\" ");
where "phost" is the name of your proxy host, etc...
Scott
Hunterlink.
Received on Thu Aug 29 1996 - 07:12:37 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:32:53 MST