Root for apache

What should the Document root be in apache

Keith

You don't need it, Plone serves files by itself :slight_smile:
Docs about this can be found here: https://docs.plone.org/manage/deploying/front-end/apache.html

You can have the webfront serve static files via an optional (and third party) XSendFile mechanism:
https://docs.plone.org/manage/deploying/performance/tips.html

now I get an error
Forbidden

You don't have permission to access / on this server

@kdmiller45, what change did you make to end up with that error? Generally, seeing something like that means that Apache is trying to serve files from a directory that the user running it does not have permission to view. This seems wrong because Apache should not be trying to serve any files at all. At most, it should be acting as a proxy and forwarding requests to the zeoserver running plone.