> De: Mladen Turk [mailto:[EMAIL PROTECTED]] > Enviado el: 24 de septiembre de 2002 16:31
> > From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] > > 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'm really curious about how the vhosts got created automagically, the only way i've found if resurrecting correctHosts.. but who knows.. :)) To be clear, the only line in my wk2.p file that names the vs is the uri one.., so i really dont understand how the code will create the vhost, without rereading the uriEnv.. as said i'll wait and see, or in the case please explain me how this is done now, i'm losing the clue.. Saludos , Ignacio J. Ortega -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>