From owner-freebsd-questions@FreeBSD.ORG Wed Jun 18 18:08:53 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 3F5D69A1 for ; Wed, 18 Jun 2014 18:08:53 +0000 (UTC) Received: from siobud.com (siobud.com [162.243.65.51]) by mx1.freebsd.org (Postfix) with ESMTP id 1C6A82FD8 for ; Wed, 18 Jun 2014 18:08:52 +0000 (UTC) Received: from 3006.local (c-71-201-20-233.hsd1.il.comcast.net [71.201.20.233]) by siobud.com (Postfix) with ESMTPSA id 287AF401F8; Wed, 18 Jun 2014 18:02:49 +0000 (UTC) Date: Wed, 18 Jun 2014 13:02:47 -0500 From: Sean DuBois To: Chris Maness Subject: Re: Upgraded to apache24, and now I get 403 Message-ID: <20140618180247.GA94425@3006.local> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Cc: "freebsd-questions@freebsd.org" 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 18:08:53 -0000 Do you have any permission errors in your apache logs? On Wed, Jun 18, 2014 at 10:34:13AM -0700, Chris Maness wrote: > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"