From owner-freebsd-net@FreeBSD.ORG Fri Jun 17 17:39:01 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A103216A41C for ; Fri, 17 Jun 2005 17:39:01 +0000 (GMT) (envelope-from khaled.abu@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62A1243D1D for ; Fri, 17 Jun 2005 17:39:01 +0000 (GMT) (envelope-from khaled.abu@gmail.com) Received: by wproxy.gmail.com with SMTP id 70so1077897wra for ; Fri, 17 Jun 2005 10:38:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cqZ9lGq63uLmFjHd96IZePiAXbn6EDmHCgdwo/EHps6a1VTzJDKW+tHbLVy395/GNTcTaX2ZZ8de4eUQ0oV+N+d2lVbUaWcxpT6kS0/IgINLktYDI/jLFMvNrCycAtccxbasUMdF0BVNCuzsN8MkvReMjUE4EpjYo/8Q9EmaokE= Received: by 10.54.5.9 with SMTP id 9mr1376112wre; Fri, 17 Jun 2005 10:38:57 -0700 (PDT) Received: by 10.54.66.16 with HTTP; Fri, 17 Jun 2005 10:38:57 -0700 (PDT) Message-ID: Date: Fri, 17 Jun 2005 20:38:57 +0300 From: Abu Khaled To: Mrad James Deane In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-net@freebsd.org Subject: Re: port 80 listening than root user X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Abu Khaled List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2005 17:39:01 -0000 On 6/16/05, Abu Khaled wrote: > On 6/16/05, Mrad James Deane wrote: > > Hello i want to know how can the www user listen on the port 80 rather = than > > root or what is the the step or commade to take that allow the www user > > listen on port 80 > > i'm tryin to run my webserver (aolserver)for www from root but i keep t= he > > message cannot listen to port 80 permission denied. > > Please help , > > Thanks > > >=20 > Does not AOLserver run as user nobody and group nobody by default on free= bsd? >=20 > Check the script /usr/local/etc/rc.d/aolserver.sh >=20 Does running the command below help ? as root # /usr/local/aolserver/nsd -t -u www -g www or in foreground mode # /usr/local/aolserver/nsd -f -t -u www -g www Can you provide the messages you get? --=20 Kind regards Abu Khaled