From owner-freebsd-questions@FreeBSD.ORG Tue Jul 20 11:19:07 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26FF81065675 for ; Tue, 20 Jul 2010 11:19:07 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id AE26D8FC08 for ; Tue, 20 Jul 2010 11:19:06 +0000 (UTC) Received: by bwz12 with SMTP id 12so3242450bwz.13 for ; Tue, 20 Jul 2010 04:19:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=cRNiMMljAsnBv4qksoR7ZtqRB/S14DQTQFNIXXQAaWI=; b=YqMSTF30f5TBaRXgcDvqu4pdAZ6ZcYaJnDeSl3jsdNp9/EDQRQUFBghpp8HSHUtGW5 2Wno3Yjb7Y7RSiPvwJj0BGc/TgKONIJZYbZKBq+Bo9wx+GoJU8HEa+gxmVD1fHSCkTZf ClioTE6RiiDHSKO/J+t0i9Uitz8PUg8a3/sx8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=dEYGbBUh8D+AChd33RB8qu203Xege/xTgNEZryeZjauIbI3B0aOOx/tbmqWJKdhML0 hWvjxC+lty6iHoueoKuXSYIDJyQribS95VrezDUtk+gR6PkjJ3Lk0nR2rHAu6mCxppov 3z1B6Zkh0AKwVb5Qctkrwu7uZD/3yP8STSUdg= Received: by 10.204.152.4 with SMTP id e4mr5022552bkw.120.1279624745613; Tue, 20 Jul 2010 04:19:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.48.76 with HTTP; Tue, 20 Jul 2010 04:18:50 -0700 (PDT) From: Zbigniew Szalbot Date: Tue, 20 Jul 2010 13:18:50 +0200 Message-ID: To: User Questions Content-Type: text/plain; charset=UTF-8 Subject: custom log in website folder 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: Tue, 20 Jul 2010 11:19:07 -0000 Dear all, All my website logs are in /var/log but one user would like to have access to a custom log specific to his site. Sites are in /usr/local/v/ How can I make /var/log/custom.log available to him in /usr/local/v/site/logs/? Does it need a symlink? But will he be able to read the log if it is only a symlink to /var/log/custom.log? I'd appreciate your suggestions and sorry for asking a basically non-freebsd related question but this community has always been a wonderul source of inspiration and help. Thank you! Zbigniew Szalbot