From owner-freebsd-questions@FreeBSD.ORG Tue Jul 13 15:55:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFA1816A4DC for ; Tue, 13 Jul 2004 15:55:31 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.248]) by mx1.FreeBSD.org (Postfix) with SMTP id 5C74043D5C for ; Tue, 13 Jul 2004 15:55:25 +0000 (GMT) (envelope-from nocmonkey@gmail.com) Received: by mproxy.gmail.com with SMTP id r62so525253cwc for ; Tue, 13 Jul 2004 08:55:25 -0700 (PDT) Received: by 10.11.120.80 with SMTP id s80mr120170cwc; Tue, 13 Jul 2004 08:55:25 -0700 (PDT) Message-ID: Date: Tue, 13 Jul 2004 11:55:25 -0400 From: Danny To: "thomas_knight@adp.com" In-Reply-To: <9AE737EA36039446B661D3334C2ACEE30852A942@CHICEXCHMB> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <9AE737EA36039446B661D3334C2ACEE30852A942@CHICEXCHMB> cc: freebsd-questions@freebsd.org Subject: Re: Webmin Help??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2004 15:55:32 -0000 On Tue, 13 Jul 2004 11:31:20 -0400, thomas_knight@adp.com wrote: > I just installed webmin on my server. It installed beautifully from ports > and I kept the default settings. It is supposed to be running on port 10000 > however after starting the service and trying to connect to > http://mydomain.com:10000 it is not found. I am running Apache 1.3 with many > virtual domains. Any idea's? Make sure webmin is running: % ps aux |grep webmin If you don't see it, as root, type: /usr/local/etc/webmin/start or cd /usr/local/etc/webmin ./start Check your /var/log/messages as well, and try HTTPS as mclark suggested. ..D