Date: Wed, 18 Jun 2014 10:34:13 -0700 From: Chris Maness <chris@chrismaness.com> To: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Upgraded to apache24, and now I get 403 Message-ID: <CANnsUMHXueKRREbn7-g%2B-P_EG4XJBh=GbXrx3AewLYipdTmvfw@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANnsUMHXueKRREbn7-g%2B-P_EG4XJBh=GbXrx3AewLYipdTmvfw>