Apache 2

NW6.5 provides me with my first real look at Apache2. I understand that there is quite a debate over which is better, good old Apache1.3 or the new stuff of Apache2. Some new stuff in here. One thing that I particularly like is the fact that Apache2 can effectively run in address spaces, something that 1.3 couldn't do stably.

My current project is to figure out how to port the myweb services (what this page is provided by) from 1.3 over to 2.0 in preparation for our eventual migration to NW6.5 later this summer (I'd like NW7, but our migration window is 8/15-9/10, no extensions). It has gone fairly well. Yesterday I determined that it is probably doable to run both the 1.3 services such as NetStorage and have MyWeb served out of 2.0 in a separate address space. Seeing if that is stable is today's job.