On Fri, May 30, 2003 at 05:31:50PM -0500, Tom Brown wrote: > At 04:07 PM 5/30/03 -0400, you wrote: > >I want to run two instances of aolserver -- Port 80 for production and port > >8000 for development. > > > >I set up two config files: aolserver.fgm and aolserver.devel. Fgm, the > >production server, is the default server and starts on boot. I tried to > >start devel manually, but it doesn't work.
That's pretty common for development servers. I do much the same. You're going to have to give a lot more info than that for anyone to be able to help you. What's it say in the server log? Any errors there? What's different in the log between the two servers? What's different between the two config files? What OS? What version of AOLserver? Can you put your AOLserver config file somewhere publically available (take out any database passwords first)? > >/usr/lib/aolserver/bin/nsd -u www-data -g www-data -t /etc/aolserver/devel.tcl I think you need eithe ra -f (foreground) or -i Here's basically how we start our Dev site on port 8000 something at work (3.3+ad13 on Solaris): /web/aol3-bin/bin/nsd -i -t /web/mysite-dev/nsd/config.tcl -u nsadmin -g web Incidentally, it doesn't matter for your problem here, but you don't need two separate config files. The config file is a Tcl script, so you can just put if statements in there to set things slightly differently for Dev and Production. -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list: http://www.aolserver.com/listserv.html List information and options: http://listserv.aol.com/
