jfclere 2004/08/04 09:07:03 Modified: ajp/proxy mod_proxy.c Log: DON'T remove it. It doesn't work without it!!! Revision Changes Path 1.21 +2 -2 jakarta-tomcat-connectors/ajp/proxy/mod_proxy.c Index: mod_proxy.c =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/ajp/proxy/mod_proxy.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- mod_proxy.c 4 Aug 2004 14:48:13 -0000 1.20 +++ mod_proxy.c 4 Aug 2004 16:07:03 -0000 1.21 @@ -848,8 +848,8 @@ return "ProxyPass needs a path when not defined in a location"; new = apr_array_push(conf->aliases); - new->fake = f; - new->real = r; + new->fake = apr_pstrdup(cmd->pool, f); + new->real = apr_pstrdup(cmd->pool, r); arr = apr_table_elts(params); elts = (const apr_table_entry_t *)arr->elts;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]