Report this

What is the reason for this report?

Error on apche2 "You don't have permission to access / on this server."

Posted on June 5, 2017

Hi all

i need you help as i face the bellow error when i change the Directory “You don’t have permission to access / on this server.” i change the working directory on /etc/apache2/sites-enabled/000-default.conf <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot “/media/clerck/Downloads/” ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost>

&& /etc/apache2/apache2.conf <Directory /home/clerck/Downloads/> Options Indexes FollowSymLinks AllowOverride None Require all granted </Directory>

on the second file i only change the /var/www/html to the new directory

i even try to give the Directory 777 permission but still the same error

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.