--- Coro/myhttpd/config.pl.dist 2001/09/02 00:54:00 1.17 +++ Coro/myhttpd/config.pl.dist 2001/09/03 00:06:06 1.18 @@ -20,6 +20,7 @@ $SERVER_HOST = "0.0.0.0"; # host to bind on $SERVER_PORT = 80; # port to listen on +$SERVER_PORT2 = 88; # port to listen on $CMDSHELL_PORT = 7262; # open a command shell on this port