Hi,

In modules/proxy/ajp_header.c we have:
+++
/* XXXX need to figure out how to do this
    if (s->secret) {
        if (ajp_msg_append_uint8(msg, SC_A_SECRET) ||
            ajp_msg_append_string(msg, s->secret)) {
            ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server,
                   "Error ajp_marshal_into_msgb - "
                   "Error appending secret");
            return APR_EGENERAL;
        }
    }
 */
+++

Was there a good reason not to have the code and add a Parameter named "secret" to the ProxyPass / BalancerMember directives?

Cheers

Jean-Frederic

Reply via email to