From owner-freebsd-questions@FreeBSD.ORG Mon Jun 11 17:08:54 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56ABA16A469 for ; Mon, 11 Jun 2007 17:08:54 +0000 (UTC) (envelope-from mtx@edoxx.eu) Received: from h1126060.serverkompetenz.net (netecserver.com [81.169.181.49]) by mx1.freebsd.org (Postfix) with ESMTP id 9E14113C48C for ; Mon, 11 Jun 2007 17:08:52 +0000 (UTC) (envelope-from mtx@edoxx.eu) Received: (qmail 18040 invoked by uid 60000); 11 Jun 2007 16:57:07 -0000 Received: from 89.35.223.97 by h1126060 (envelope-from , uid 60004) with qmail-scanner-1.24st SA 24 (spamassassin: 3.0.4. Clear:RC:0(89.35.223.97):SA:0(1.6/5.0):. Processed in 2.370144 secs); 11 Jun 2007 16:57:07 -0000 X-Spam-Status: No, hits=1.6 required=5.0 X-Envelope-From: mtx@edoxx.eu Received: from unknown (HELO e2) (mtx@edoxx.eu@89.35.223.97) by netecserver.com with SMTP; 11 Jun 2007 16:57:05 -0000 Message-ID: <002d01c7ac9b$32415800$0101a8c0@e2> From: "vali bud" To: Date: Mon, 11 Jun 2007 19:41:36 -0700 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on h1126060.serverkompetenz.net X-Spam-Level: * X-Qmail-Scanner-MOVED-X-Spam-Status: No, score=1.6 required=5.0 tests=DATE_IN_FUTURE_06_12, HTML_40_50,HTML_MESSAGE autolearn=no version=3.0.4 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: proftpd and proftpd-admin root dir X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2007 17:08:54 -0000 I want to install proftpd-admin for proFTPd on FreeBSD 6.2-RELEASE. >From proftpd-admin webpage: " Now that we're finished setting up proFTPd Administrator it's time to = just move the entire folder into place (were place is in your Apache = servers document-root). Next we'll just finish up some of the commands = needed for the default configuration of proFTPd and proFTPd = Administrator to work as expected, and the first thing we need to do is = create the folder where we'll place our files so just follow my lead (if = you want to place it somewhere else you'd need to reconfigure both = proFTPd and proFTPd Administrator): cd / mkdir /ftp" WIth this sets up the root directory for proftpd to /ftp. My questions is (regarding to what i have read on proftpd-admin web = page): What options to i need to set to be able to make the root = directory in /home/ftp or any other directory? I have tried to modify the proftpd.conf file but if i enter another root = dir it doesn't work. I have googled alot but couldn't find anything = related to what i want to do.=20 I especially want to know what do i have to modify in proftpd and = afterwards i will change the *.php files from proftpd-admin. thanks in advance...