Forum OpenACS Development: Re: Multiple DNS and subsites

Collapse
Posted by Benjamin Brink on
Hi Iuri,

It works (here) using today's install-ns script and OpenACS HEAD via cvs .. that's ns 4.99.12. Minor changes were made to configuration settings for adjusting to system running FreeBSD 10.3 stable using different ns and pg user and ns group.

Here's the host node mapped subsites and domains (using port 8000) with original domain or97.net, so you can confirm yourself:
/test1/test2/ dekka.com
/test3/ bitscafe.com

The logs show repeats of these errors:

"Error: Unknown driver: nssock_v4. Only know nssock, nsunix, nsssl, nsssle, nsopenssl"
which originates from util_driver_info.

Are there any errors in the logs on your site?
Want to try oacs-HEAD to help isolate the issue?

Ben

Collapse
Posted by Gustaf Neumann on
Ben, the version from CVS head is essentially the OpenACS 5.9.0 release, which predates naviserver 4.99.11 and 4.99.12. Having multiple nssock drivers is necessary, when the same driver should listen on two different, explicitly specified ip addresses.... This is handled in newer versions in the oacs-5-9branch. Did you test with the current version of the oacs-5-9 branch as well with the same results?
Collapse
Posted by Benjamin Brink on
Hi Gustaf,
Oh. Okay. I was thinking head was ahead of 5.9.

or97.net is running 5.9.1d4 from git without errors for 4.99.11 and 4.99.12.

Would it be useful if I test oacs-5-9 branch from cvs (or some other configuration)?

Collapse
Posted by Gustaf Neumann on
the git repository is pretty much in sync with CVS: "cvs HEAD" corresponds to "git master" and "cvs oacs-5-9" corresponds to "git oacs-5-9".

The latest kernel is 5.9.1d16, so much has changed since 5.9.1d4.... yes, testing the actual version oacs-5-9 it would be useful (especially, if something more needs to be fixed).