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.2.2.2 -r1.2.2.3 --- openacs-4/packages/acs-core-docs/www/install-next-add-server.html 29 Apr 2004 14:50:50 -0000 1.2.2.2 +++ openacs-4/packages/acs-core-docs/www/install-next-add-server.html 5 Jul 2004 19:47:30 -0000 1.2.2.3 @@ -1,10 +1,10 @@
Services on different ports.�To run a different service on another port but the same - ip, simply repeat Install OpenACS 5.1.0 replacing - service0, and change the + ip, simply repeat Install OpenACS 5.1.1 replacing + $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 -http://foo.com and +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 @@ -15,4 +15,4 @@ names 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. -