You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by jean-frederic clere <jf...@gmail.com> on 2011/09/09 13:08:08 UTC

adding "secret" for proxy_ajp

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