Upgraded to apache24, and now I get 403

Chris Maness chris at chrismaness.com
Wed Jun 18 17:34:15 UTC 2014


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


More information about the freebsd-questions mailing list