Index: openacs-4/packages/acs-core-docs/www/install-next-add-server.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-next-add-server.html,v diff -u -r1.19.2.1 -r1.19.2.2 --- openacs-4/packages/acs-core-docs/www/install-next-add-server.html 2 Mar 2019 19:30:05 -0000 1.19.2.1 +++ openacs-4/packages/acs-core-docs/www/install-next-add-server.html 3 Sep 2021 09:15:06 -0000 1.19.2.2 @@ -4,16 +4,15 @@ $OPENACS_SERVICE_NAME, and change the

set httpport              8000
 set httpsport             8443 

- to different values.

Services on different host names. For example, suppose you want to support + to different values.

Services on different hostnames. For example, suppose you want to support http://service0.com and http://bar.com on the same machine. The easiest way is to assign each one a different ip address. Then you can install two services as above, but with different values for

set hostname               [ns_info hostname]
 set address                127.0.0.1 

-

If you want to install two services with different host - names sharing the same ip, you'll need nsvhr to redirect requests +

If you want to install two services with different hostnames sharing the same ip, you'll need nsvhr to redirect requests based on the contents of the tcp headers. See AOLserver Virtual Hosting with TCP by markd.