int limit = atoi(arg1);
if (limit < 0) {
- return "The recursion limit must be greater than zero.";
+ return "The redirect recursion limit cannot be less than zero.";
}
if (limit && limit < 4) {
ap_log_error(APLOG_MARK, APLOG_WARNING|APLOG_NOERRNO, cmd->server,
limit = atoi(arg2);
if (limit < 0) {
- return "The recursion limit must be greater than zero.";
+ return "The subrequest recursion limit cannot be less than zero.";
}
if (limit && limit < 4) {
ap_log_error(APLOG_MARK, APLOG_WARNING|APLOG_NOERRNO, cmd->server,