From owner-freebsd-questions@FreeBSD.ORG Sat Jun 26 15:59:54 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 34E2516A4CE for ; Sat, 26 Jun 2004 15:59:54 +0000 (GMT) Received: from mail.clubplus.net (mtl.clubplus.net [216.113.38.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA13B43D45 for ; Sat, 26 Jun 2004 15:59:53 +0000 (GMT) (envelope-from david+dated+1088697557.c6d94b@skytracker.ca) Received: (qmail 25798 invoked by uid 2280); 26 Jun 2004 15:59:29 -0000 Received: from 3s1.com (209.188.66.29) by ott.clubplus.net with DES-CBC3-SHA encrypted SMTP; 26 Jun 2004 15:59:29 -0000 Received: (from root@localhost) by 3s1.com (8.12.8p1/8.12.8) id i5QFxJvs016064 for questions@freebsd.org; Sat, 26 Jun 2004 11:59:19 -0400 (EDT) (envelope-from david+dated+1088697557.c6d94b@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.12.8p1/8.9.3) with ESMTP id i5QFxIO1016040 for ; Sat, 26 Jun 2004 11:59:18 -0400 (EDT) Received: (from david@localhost) by 3s1.com (8.12.8p1/8.12.8/Submit) id i5QFxHqt016038 for questions@freebsd.org; Sat, 26 Jun 2004 11:59:17 -0400 (EDT) (envelope-from david+dated+1088697557.c6d94b@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1088697557.c6d94b@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Sat, 26 Jun 2004 11:59:17 -0400 (EDT) Date: Sat, 26 Jun 2004 11:59:15 -0400 To: questions@freebsd.org Message-ID: <20040626155915.GA15639@skytrackercanada.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i From: David Banning X-Delivery-Agent: TMDA/1.0.2 (Bold Forbes) X-scanner: scanned by Inflex 1.0.12.3 - (http://pldaniels.com/inflex/) Subject: how is port number mapped to a directory 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: Sat, 26 Jun 2004 15:59:54 -0000 I am just working with hylafax and notice that the reference to the fax is something like; recvq/fax01386.tif (ftp://3s1.com:4559/recvq/fax01386.tif): in my case, but it does not work. Somehow the port 4559 is not taking the user to the proper directory. I know because I have usermin and webmin installed that when I put the port number on the address it directs the browser to a specific directory. I'm just wondering where is that mapped? Where does port 20000 equal "go to /usr/local/lib/webmin/usermin" ? --