From: Stephen D. <sd...@gm...> - 2005-06-10 18:50:52
|
I'd like to keep this as is for the moment. On 6/10/05, Vlad Seryakov <vl...@cr...> wrote: > Good call, i will move. Until we find good way for determining file > paths, i will check for unix style for now. >=20 > Also, do we want to keep old style virtual hosting by loading nssock > globally. I've never used it and it is so > inconvenient. The code is in the DriverInit. Or we can convert it as i > offered a while ago to be able do host mapping in any loaded nssock > driver without need to load nssock globally. >=20 > > > > Also, I see (in driver.c:436) > > > > drvPtr =3D firstDrvPtr; > > while (drvPtr !=3D NULL) { > > if (drvPtr->bindaddr && drvPtr->bindaddr[0] =3D=3D '/') { > > drvPtr->opts |=3D NS_DRIVER_UNIX; > > } > > if (drvPtr->opts & NS_DRIVER_UDP) { > > > > Here the decision is taken on examining the bind-address. > > Couldn't we move this way down where the drvPtr->bindaddr > > is actually assigned to and turn the drvPtr->opts there? > > This would be more logical and easy to understand. > > > > Zoran > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: NEC IT Guy Games. How far can you > > shotput > > a projector? How fast can you ride your desk chair down the office luge > > track? > > If you want to score the big prize, get to know the little guy. Play t= o > > win an NEC 61" plasma display: http://www.necitguy.com/?r=3D20 > > _______________________________________________ > > naviserver-devel mailing list > > nav...@li... > > https://lists.sourceforge.net/lists/listinfo/naviserver-devel >=20 > -- > Vlad Seryakov > 571 262-8608 office > vl...@cr... > http://www.crystalballinc.com/vlad/ >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. How far can you sho= tput > a projector? How fast can you ride your desk chair down the office luge t= rack? > If you want to score the big prize, get to know the little guy. > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=3D20 > _______________________________________________ > naviserver-devel mailing list > nav...@li... > https://lists.sourceforge.net/lists/listinfo/naviserver-devel > |