A lot of fighting with apache SSL offloading last night.
This plerd wants to use the whim site I set up as a REST
resource.
This means that the SSL blog pages need to request SSL
resources from whim. Whim is just a mojo process running
HTTP. Apache can handle the SSL part and forward the HTTP
part to whim (that's what SSL offloading is).
This mostly appears to be working now, but I find that the
little whim server can get overwhelm by requests from the
blog. I think I need some caching here, but not sure the
what the best app is for this sort of architecture.