rockandscissor / osid

Open Source Image Duplicator
48 stars 30 forks source link

"You don't have permission to access / on this server." #9

Closed RichiPe closed 8 years ago

RichiPe commented 8 years ago

Hi, I know that the Apache server is running, but I always get "You don't have permission to access / on this server." after I modified the "/etc/apache2/sites-available/000-default.conf" file. I'm running Jessie on Raspberry. Any suggestions?

MeMattStone commented 8 years ago

Check your root web directory has the correct user/group ownership, from the directory run the command ls -l and normally the user account and group would be www-data:www-data on a debian based linux distro such as Raspbian. If that is not the issue check out this stack overflow article that explains why you may be getting this error: http://stackoverflow.com/questions/10873295/error-message-forbidden-you-dont-have-permission-to-access-on-this-server

RichiPe commented 8 years ago

Thank you! I actually moved the OSID directory to /var/www. Then it worked!