Date: Wed, 18 Jun 2014 13:02:47 -0500 From: Sean DuBois <sean@siobud.com> To: Chris Maness <chris@chrismaness.com> Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: Upgraded to apache24, and now I get 403 Message-ID: <20140618180247.GA94425@3006.local> In-Reply-To: <CANnsUMHXueKRREbn7-g%2B-P_EG4XJBh=GbXrx3AewLYipdTmvfw@mail.gmail.com> References: <CANnsUMHXueKRREbn7-g%2B-P_EG4XJBh=GbXrx3AewLYipdTmvfw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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: > > <VirtualHost *> > DocumentRoot "/usr/local/www/data/chrismaness.com" > ServerName chrismaness.com > <Directory "/usr/local/www/data/chrismaness.com"> > allow from all > Options +Indexes > </Directory> > </VirtualHost> > > 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140618180247.GA94425>