> -----Original Message-----
> From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] 
> 
>     ServerName www.hippo.com:8081

This is the problem (I forgot that the server name can have a port)

> 
> and a wk2.p file with only 
> 
> [uri:www.hippo.com:8081/examples/*]
> 
> will not work, to solve it we need to revert the correctHosts 
> function deleted lately ( to create vhost from declared uris 
> ), and use it in uriMap_init, in addition the uriEnv->virtual 
> containst the port if non standard, initializations fails to 
> setup the uri above,it goes to the default host, because the 
> uriEnv->virtual can not be found in the vhosts map, as this 
> map uses the host without port as key..
> 

No, no need to call the correctHosts.
uriMap has to check (simple strchr(uri, ':')) if the port is supplied in
the server name

> I have a patch for this from yesterdays source's, i need to 
> integrate your latest changes, but i couldnt do it until 
> night here.. so.. 
> 

MT.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to