--- Coro/myhttpd/config.pl.dist 2001/09/28 16:35:00 1.20 +++ Coro/myhttpd/config.pl.dist 2001/11/11 03:32:19 1.21 @@ -19,7 +19,7 @@ $DOCROOT = "/usr/www/htdocs"; # document root $SERVER_HOST = "0.0.0.0"; # host to bind on -$SERVER_PORT = 88; # port to listen on +$SERVER_PORT = 80; # port to listen on $CMDSHELL_PORT = 7262; # open a command shell on this port