--- src/main/http_protocol.c Mon Jan 21 16:56:43 2002 +++ src/main/http_protocol.c Thu Feb 14 16:56:28 2002 @@ -2972,6 +2972,6 @@ case HTTP_SERVICE_UNAVAILABLE: ap_rputs("The server is temporarily unable to service your\n" - "request due to maintenance downtime or capacity\n" - "problems. Please try again later.\n", r); + "request. The user has exceeded their usage quota\n" + "for the day. Please try again later.\n", r); break; case HTTP_GATEWAY_TIME_OUT: