Skip to content

Commit

Permalink
Remove setting module config.
Browse files Browse the repository at this point in the history
Submitted by: mturk


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104607 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
wrowe committed Aug 11, 2004
1 parent 0416cf3 commit ef3bf16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/proxy/proxy_ajp.c
Expand Up @@ -350,9 +350,11 @@ int ap_proxy_ajp_handler(request_rec *r, proxy_worker *worker,
}
return status;
}
#if 0
if (!r->main) {
ap_set_module_config(c->conn_config, &proxy_ajp_module, backend);
}
#endif
}

backend->is_ssl = 0;
Expand Down

0 comments on commit ef3bf16

Please sign in to comment.