JVital2013 / vitality-goes

Web App for showcasing Geostationary Weather Satellite Data
GNU General Public License v3.0
69 stars 6 forks source link

403 Forbidden Error #56

Closed Stormtracker017 closed 3 months ago

Stormtracker017 commented 3 months ago

When I attempt to access vitality-goes on my local network, I get an 403 forbidden error. I followed the installation instructions for Linux found at https://github.com/JVital2013/vitality-goes/tree/main.

System OS: Raspbian GNU/Linux 12 (bookworm)

Within the apache2.conf, I did change the file to read:

<Directory /var/www/> Options -Indexes AllowOverride All Require all granted </Directory>

After I change the file, I did restart the service.

Is there anything else I need to change that will allow me access vitality-goes over my local network?

Thanks Rich

Stormtracker017 commented 3 months ago

Fixed....Typo in config file