hello,
i use tbnl to manage some web site. i would like to know how can i do to have several web site ? i have this already :
LispServer 127.0.0.1 3000 "tbnl"
<Location /tbnl> SetHandler lisp-handler </Location>
i would like to start a second web site someone know how can i do this ?
<Location /foo> SetHandler lisp-handler </Location>