-> > You'll want to set up two different interpreters within the same server, -> > which (on cursory inspection) looks possible. -> -> Does each httpd process have multiple interpreters embedded in them in -> that case? yep, because that's the way Apache works: with multiple (and independent) processes that have to coordinate via IPC of some sort. I'm not sure how 2.0 changes this, but it does have a superset of the 1.0 behavior. --t