On Thu, 28 Dec 2006 12:57:27 -0800, Jeffrey Cunningham jeffrey@cunningham.net wrote:
I'm probably doing something dumb but I haven't been able to figure this out. My understanding of Apache is pretty limited.
Both apache and my Hunchentoot servers work fine w/o SSL. My Hunchentoot server works fine *with* SSL standalone (not behind mod_lisp). But when I try put it behind mod_lisp and hit the domain with a browser (https://makewavs.com/) the Hunchentoot server goes into debug with the following message:
The variable HUNCHENTOOT:*REPLY* is unbound. [Condition of type UNBOUND-VARIABLE]
Of course, you have SSL disabled in Hunchentoot while it's behind Apache, don't you?