From owner-freebsd-hackers@FreeBSD.ORG Sun Sep 28 01:45:11 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6EBF106568A for ; Sun, 28 Sep 2008 01:45:11 +0000 (UTC) (envelope-from bipolor@gmail.com) Received: from po-out-1718.google.com (po-out-1718.google.com [72.14.252.153]) by mx1.freebsd.org (Postfix) with ESMTP id 8C64B8FC14 for ; Sun, 28 Sep 2008 01:45:11 +0000 (UTC) (envelope-from bipolor@gmail.com) Received: by po-out-1718.google.com with SMTP id y22so2347257pof.3 for ; Sat, 27 Sep 2008 18:45:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=UZVb2k/7US03W5SATYXVKmujaNQ3BoPtUFDc0R9O5EA=; b=LybEE89Uicgl3JoQfa4r2sLT0uHgnHzX1G9U7ENpmokw9+m7dzIYwkrnBZifcnspGI G8EfkThSGHO/nHiLn2w6FMjzxZuXPGb8yd2Q3LuXsm57A3lttpOJNlwBGdhQeCGW/6Ki y8CdmVuadFU39sdBQ3yUxFWpVOyoWzrbHSRd4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=PHEurkQfZmiLqcU+QJSkLk/U5DiiBPjdYuEzh4lyakoNnWVpMVn74FUM2SVcx0i4ap iaB8dMSC0FugHjj/DnBuc4qJrHbTIZhJbX4h7SLyBvD50K9SwYH8A+JInT0iIm1GgQKv d8JgquBUqmUMR8UYDso6a4gVHjiYGc64kSI3c= Received: by 10.141.50.11 with SMTP id c11mr1597624rvk.222.1222566311058; Sat, 27 Sep 2008 18:45:11 -0700 (PDT) Received: by 10.141.128.12 with HTTP; Sat, 27 Sep 2008 18:45:11 -0700 (PDT) Message-ID: Date: Sat, 27 Sep 2008 18:45:11 -0700 From: "Mike Price" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problem Protecting Directories Securly X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2008 01:45:11 -0000 My buddy helped me install Apache Webserver but there is somthing wrong when I try to password protect my directories? I already created '.htaccess' & 'htpasswd' and but I still cannot password protect the directory... I know there is a command to do this 'htpasswd -c .htpasswd' fred but it dosn't work. Please help me...