1. Session Stickiness - the options are None, Table, and HTTP Cookie.
None I can figure out.
Table - what exactly does this do? Does it save a table of the client IP or something?
HTTP Cookie - does this add a cookie on its own? e.g., add an additional cookie that looks like it came from my site?
2. I took the last node out of the load balancer (changed mode to "reject"), and waited for the site to come down. After it did, I changed this node's mode back to "accept", and went back to the configuration page for the port. I saw the status go from MAINT to UP 1/2 to UP, over about 30 seconds or so.
Can you clarify what MAINT and UP 1/2 mean?
3. When I set health check type to HTTP Valid Status, it lets me choose a "check HTTP path". Makes sense. However, I was thinking it would be useful to specify add a host header to be sent as well; my Apache configuration at the moment hosts multiple sites, and requests coming in without a host header are handled differently than other requests. Not a big deal - one could work around this by putting some code in the no-hostname site, or switching between sites using port numbers instead, but it was something I ran into so I thought I'd bring it up.
Nice job on this so far guys!