Hi
If you'd like to run two different instances of Lisp you can compile another version of mod_lisp and do something like this:
<VirtualHost 192.168.10.2:80> LispServer 127.0.0.1 3000 "tbnl"
<Location /> SetHandler lisp-handler </Location> </VirtualHost>
<VirtualHost 192.168.10.22:80> LispServer2 127.0.0.1 3001 "tbnl" <Location /> SetHandler lisp2-handler </Location> </VirtualHost>
We do that here because there are two separate Lisp projects being developed, but we use the same box for both of them. The box (FreeBSD) responds to two IPs.
Steve Huffman
On Sep 27, 2005, at 10:08 AM, Nicolas Lamirault wrote:
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>
-- Nicolas Lamirault _______________________________________________ tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel