Forum OpenACS Q&A: Re: Aolserver 4.0 with Postgres 7.2 , invalid command name "ns_db"

I'm having a terrible time setting up virtual hosting using aolserver 4.  The error messages I've gotten include the bootstrapping and "invalid command name "ns_db" noted above.  I've added module Malte recommends.  Now I wonder if the problem might lie with the "nsrewrite.so" that I did not download (following Malte's current aolserver instructions on the openacs site) and so did not install (and when I found a post that says it was not needed I skipped it). But maybe that is the problem?  Also, I have followed Vinod's Virtual Hosting article, but I'd feel much better if I could see exactly what people have done for their frontend and backend files.  Anyone familiar with setting up virtual hosting on aolserver 4 who has seen this happen?  Thanks!

Bruce

Bruce,

did you include nsdb.so in your modules section of the config file? Like so:

ns_section ns/server/${server}/modules
    ns_param nsdb nsdb.so

AOLserver 4.x requires this module where as 3.x doesn't.

/Bart