Here's what I do when I want another AOLserver on a different port. Make a copy of the config file and edit it and change the values of Datasource (SID), User & Password (if you're using a database), ServerLog, AuxConfigDir, PageRoot, Library, Port, Hostname and Address. That's based on a quick glance - there may be more you need to change.
Oh yes, also change all the "ns_section ns/server/servername" lines by replacing servername with something else. You need to make a copy of all your tcl programs too. So for a quick result, take a copy of an existing website and put it where ever your PageRoot parameter above is set to. This will give you a working site very quickly. If, like me, you use up and down scripts, make new ones of those too and tell the up script to use the new config file. I'm assuming here you don't want proper Virtual Hosting. If you do want that there are a few options you can try - these should really be listed on aolserver.com somewhere, but they're not. :-) The one we use is Jerry Asher's - see http://www.theashergroup.com/tag/articles/nsvhr/virtual-hosting-howto.adp It works very well for us. Hope this helps, Brian -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 13 May 2002 11:54 To: [EMAIL PROTECTED] Subject: [AOLSERVER] Virtual Hosting in AOLserver Hi,all, I want to install another website to my aolserver. How can i config the sample-config.tcl in my aolserver and how can i do to avoid affect to the original one? Thanks a lot.
