--- ../httpd-2.0.52.orig/modules/http/http_protocol.c 2004-09-23 13:27:21.000000000 -0400 +++ modules/http/http_protocol.c 2005-01-09 19:59:23.000000000 -0500 @@ -2201,8 +2201,8 @@ "your storage allocation.

\n"); case HTTP_SERVICE_UNAVAILABLE: return("

The server is temporarily unable to service your\n" - "request due to maintenance downtime or capacity\n" - "problems. Please try again later.

\n"); + "request. The user has exceeded their usage quota\n" + "for the day. Please try again later.

\n"); case HTTP_GATEWAY_TIME_OUT: return("

The proxy server did not receive a timely response\n" "from the upstream server.

\n");