tente assim, mas lembre os arquivos de configuração do apache2 tem que estar com permissões.
Altere as linhas abaixo e restart o apache.
sudo nano /etc/apache2/apache2.conf
<Directory />
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
<Directory /usr/share>
AllowOverride All
Require all granted
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
/////////////////////////
tente também esta permissão.
sudo chmod +x /var/www/html/novosga