if (err != NULL) {
return err;
}
- if (!strcasecmp(cmd->cmd->name, "MaxRequestWorkers")) {
+ if (!strcasecmp(cmd->cmd->name, "MaxClients")) {
ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL,
"MaxClients is deprecated, use MaxRequestWorkers "
"instead.");
if (err != NULL) {
return err;
}
- if (!strcasecmp(cmd->cmd->name, "MaxRequestWorkers")) {
+ if (!strcasecmp(cmd->cmd->name, "MaxClients")) {
ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL,
"MaxClients is deprecated, use MaxRequestWorkers "
"instead.");
if (err != NULL) {
return err;
}
- if (!strcasecmp(cmd->cmd->name, "MaxRequestWorkers")) {
+ if (!strcasecmp(cmd->cmd->name, "MaxClients")) {
ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL,
"MaxClients is deprecated, use MaxRequestWorkers "
"instead.");