Upgraded to apache24, and now I get 403

Sean DuBois sean at siobud.com
Wed Jun 18 18:08:53 UTC 2014


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list