/*
- * $Id: errorpage.cc,v 1.33 1996/08/26 23:27:12 wessels Exp $
+ * $Id: errorpage.cc,v 1.34 1996/08/29 16:54:22 wessels Exp $
*
* DEBUG: section 4 Error Generation
* AUTHOR: Duane Wessels
request_t *request;
char *realm;
{
- sprintf(auth_msg, "<TITLE>Authorization needed</TITLE>\n\
-Sorry, you have to authorize yourself to request\n\
+ sprintf(auth_msg, "<HTML><HEAD><TITLE>Authorization needed</TITLE>\n\
+</HEAD><BODY><H1>Authorization needed</H1>\n\
+<P>Sorry, you have to authorize yourself to request\n\
<PRE> ftp://%s@%s%s</PRE>\n\
-from this cache. Please check with the\n\
+<P>from this cache. Please check with the\n\
<A HREF=\"mailto:%s\">cache administrator</A>\n\
if you believe this is incorrect.\n\
<P>\n\
<HR>\n\
<ADDRESS>\n\
Generated by %s/%s@%s\n\
-</ADDRESS>\n\
+</ADDRESS></BODY></HTML>\n\
\n",
request->login,
request->host,
/*
- * $Id: stat.cc,v 1.55 1996/08/27 05:51:38 wessels Exp $
+ * $Id: stat.cc,v 1.56 1996/08/29 16:54:16 wessels Exp $
*
* DEBUG: section 18 Cache Manager Statistics
* AUTHOR: Harvest Derived
"Remote Address",
"Description");
storeAppendPrintf(sentry, "{---- ------ ---- ---- --------------------- ------------------------------}\n");
- storeAppendPrintf(sentry, "{}\n");
for (i = 0; i < FD_SETSIZE; i++) {
if (!fdstat_isopen(i))
continue;