[hunchentoot-devel] Hunchentoot standalone with and without ssl
Edi Weitz
edi at agharta.de
Thu Jul 12 19:18:31 UTC 2007
On Mon, 9 Jul 2007 13:16:11 -0400, Austin Haas <austin at pettomato.com> wrote:
> Yes, one port. Maybe that is where my own internal logic is breaking
> down. I was thinking about one instance of Apache handling both ssl
> and non-ssl connections, though it uses separate ports.
You'll have to start two different Hunchentoot servers (one for each
port, one SSL and one not) then. As a result, you'll have one Lisp
image handling all connections which is very similar to the Apache
setup.
Edi.
More information about the Tbnl-devel
mailing list