From owner-freebsd-questions@FreeBSD.ORG Thu Jun 12 16:12:26 2003 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 9A6CC37B401 for ; Thu, 12 Jun 2003 16:12:26 -0700 (PDT) Received: from snickers.hotpop.com (snickers.hotpop.com [204.57.55.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFD1943F75 for ; Thu, 12 Jun 2003 16:12:25 -0700 (PDT) (envelope-from opensourcebeef@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by snickers.hotpop.com (Postfix) with SMTP id 2496F7B85C for ; Thu, 12 Jun 2003 23:12:15 +0000 (UTC) Received: from ROLAND.upmc.edu (c-67-163-195-9.client.comcast.net [67.163.195.9]) by smtp-2.hotpop.com (Postfix) with ESMTP id 76AE11800B5 for ; Thu, 12 Jun 2003 23:07:09 +0000 (UTC) Date: Thu, 12 Jun 2003 19:07:07 -0400 From: Rod Person To: freebsd-questions@freebsd.org Message-Id: <20030612190707.2ad4808c.opensourcebeef@hotpop.com> In-Reply-To: <200306111939.15240.spooky@cableone.net> References: <200306111939.15240.spooky@cableone.net> Organization: Open Source Beef X-Mailer: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Subject: Re: Starting applications X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: opensourcebeef@hotpop.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2003 23:12:26 -0000 On Wed, 11 Jun 2003 19:39:15 -0600 Ken Thompson wrote: > I have FreeBSD 5.0 installed and working pretty good but being so new to it I > find myself a bit lost. > I used the portinstall webmin command and it looked for all the world like it > grabbed the package, compiled it and installed it. Now I can't get it to > start and can't seem to find any executible or any command to make it start > (service webmin start in Mandrake 9.0).. I have the same problem with Apache, > it's not started during boot and I can't figure out how to get it started.. > Can someone rescue me?? /usr/local/sbin/apachectl -start will start apache manually /usr/local/lib/webmin has the setup script but if you installed from ports it should have prompted you with the default port to connect to. Start you web browser and connect to http://localhost:portnumber if you set for secure connections use https Rod