From owner-freebsd-questions@FreeBSD.ORG Wed Jun 18 17:34:15 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19EB0D73 for ; Wed, 18 Jun 2014 17:34:15 +0000 (UTC) Received: from mail-vc0-x22f.google.com (mail-vc0-x22f.google.com [IPv6:2607:f8b0:400c:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D05ED2CB7 for ; Wed, 18 Jun 2014 17:34:14 +0000 (UTC) Received: by mail-vc0-f175.google.com with SMTP id hy4so1129165vcb.34 for ; Wed, 18 Jun 2014 10:34:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=FrWq+vLgRQA3EJ+x6zKv0BrBReF6SFY9l4wkGGqveEY=; b=ZmQgOn1XS3MEQJoQhspvZfE9AKl7IF9EZ4ITItOa/x9UQCduYONQUXp49H81fxrMbG U/F1eArXP0dNaqzEHFUICJvHEUDlD24aQt78FtRCLp47Jsj0UtxGjuG6gnLY6FzWGIne lEGmp9AyAyhP2yYaFmnRWodrKq+2SXUwaWn/OcZqUk4LXAMjDYDq0pRBvEyn6okA2+aP 6fmQuxRUMfnpR+UpHjbVV6vOiZs5UPSyd7ktG5egglbILIQHAIo+9utGJ6ox/klIPrkG q9ToL7AzxFW7fS4nMSpouUm442Sh98sV8hDfs62v5seF9SHEEavHeAp3R+08BWPgb3O3 Zi6w== MIME-Version: 1.0 X-Received: by 10.52.248.146 with SMTP id ym18mr196619vdc.8.1403112853751; Wed, 18 Jun 2014 10:34:13 -0700 (PDT) Sender: christopher.maness@gmail.com Received: by 10.58.191.35 with HTTP; Wed, 18 Jun 2014 10:34:13 -0700 (PDT) Date: Wed, 18 Jun 2014 10:34:13 -0700 X-Google-Sender-Auth: DSnGzZYPgaHZUGf01I7ZvA5s3FA Message-ID: Subject: Upgraded to apache24, and now I get 403 From: Chris Maness To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 17:34:15 -0000 I had a pretty complicated apache config before. I just upgraded to 2.4, and I am only really using one simple website now. When I try to access the page I get a 403 forbidden. Here is my virtual host directive: DocumentRoot "/usr/local/www/data/chrismaness.com" ServerName chrismaness.com allow from all Options +Indexes The rest of the http.conf is stock from a fresh apache24 install. Thanks, Chris