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.
>
>/usr/lib/aolserver/bin/nsd -u www-data -g www-data -t /etc/aolserver/devel.
>tcl
>
>

I figured out a temporary workaround to start two instances of aolserver.

Aolserver has a control port for each server. The control port defaults to
9999. The control port module (nscp.so) caused a fatal error when server
"devel" started because port 9999 was already in use by server fgm. I
commented out the nscp section of the conf file for server devel, and devel
started without difficulty. Then I changed the control port on devel to
10000, and devel started without difficulty.

This leaves me without control port access to server devel. But at least
there are two instances running. Also I believe port 10000 is used by
webmin, which is not a problem for me as I'm not using webmin.

Tom


--
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/

Reply via email to