Home
The Toolkit for Online Communities
15903 Community Members, 0 members online, 1907 visitors today
Log In Register

xowiki

OpenACS Home : xowiki : Running multiple services on one machine
Previous
19.52%
Next
No registered users in community xowiki
in last 10 minutes

II.6.3 Running multiple services on one machine

Services on different ports.To run a different service on another port but the same ip, simply repeat Install OpenACS 5.2.3rc1 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://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 based on the contents of the tcp headers. See AOLserver Virtual Hosting with TCP by markd.