> > ssl - is it fairly straightforward to add ssl to a site? if a server > > is serving up several sites with several different domains, can each > > site have its own certificate? > > if you're running your applications behind apache, apache handles all of > that for you. you don't really have to write your app any differently.
I think that you have to have a seperate ip for each ssl host in apache, so I don't think this one is possible.

