Is this something that should be a patch to the CVS version?
could you submit a context diff plz...
Dmitry Letin wrote:
> Hi,
>
> static int jk2_translate(request_rec *r)
> {
> ...
>
> char vhost_port_buf[1024];
> char *vhost_port;
> ...
>
> if (r->server->is_virtual) {
> snprintf(vhost_port_buf, sizeof(vhost_port_buf), "%s:%u",
> r->server->server_hostname, r->server->port);
> vhost_port = vhost_port_buf;
> }
> else vhost_port = NULL;
>
> uriEnv = workerEnv->uriMap->mapUri(env,
> workerEnv->uriMap,vhost_port,r->uri );
>
> ...
>
> }
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>