git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92526
13f79535-47bb-0310-9956-
ffa450edef68
return OK;
}
else {
+ /* sconf is the server config for this vhost, so if our socket
+ * is not the same that was set in the config, then the request
+ * needs to be passed to another child. */
if (sconf->sd != child_info_table[child_num].sd) {
if (pass_request(r) == -1) {
ap_log_error(APLOG_MARK, APLOG_ERR | APLOG_NOERRNO, 0,
return OK;
}
else {
+ /* sconf is the server config for this vhost, so if our socket
+ * is not the same that was set in the config, then the request
+ * needs to be passed to another child. */
if (sconf->sd != child_info_table[child_num].sd) {
if (pass_request(r) == -1) {
ap_log_error(APLOG_MARK, APLOG_ERR | APLOG_NOERRNO, 0,