We bought and configured a first RevPi Core 3+, and it worked without major problems.
We had a second piece (or ordered recently I am not sure), I configured it as the first one:
- apt update/upgrade until no more updates available
- try to access http://XX.XX.XX.XX to view Pictory interface
On this RevPi Core 3+, we have a "403 forbidden" message.
Code: Select all
pi@RevPi39037:~ $ cat /var/log/apache2/error.log
(...)
[Mon Nov 15 12:25:17.825373 2021] [autoindex:error] [pid 1609] [client 10.121.78.150:58726] AH01276: Cannot serve directory /var/www/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, and server-generated directory index forbidden by Options directive
Code: Select all
pi@RevPi39037:~ $ ll /var/www/
total 16
drwxrwxr-x 2 www-data www-data 4096 Nov 9 16:53 data
drwxr-xr-x 2 root root 4096 Nov 15 09:14 html
drwxr-xr-x 4 root root 4096 Nov 15 09:14 pictory
drwxr-xr-x 12 root root 4096 Nov 15 09:14 revpi
Code: Select all
pi@RevPi39043:~ $ ll /var/www/
total 80
drwxr-xr-x 5 root root 4096 Nov 24 2020 common
-rw-r--r-- 1 root root 308 Oct 5 2020 config.json
-rw-r--r-- 1 root root 5586 Oct 5 2020 configServices.json
drwxr-xr-x 2 root root 4096 Nov 24 2020 css
drwxrwxr-x 2 www-data www-data 4096 Jan 22 2021 data
drwxr-xr-x 3 root root 4096 Mar 2 2020 fonts
drwxr-xr-x 2 root root 4096 Nov 24 2020 images
-rw-r--r-- 1 root root 5296 Oct 5 2020 index.html
drwxr-xr-x 3 root root 4096 Nov 24 2020 jquery
drwxr-xr-x 2 root root 4096 Nov 24 2020 js
drwxr-xr-x 2 root root 4096 Nov 24 2020 misc
drwxr-xr-x 2 root root 4096 Nov 24 2020 php
drwxr-xr-x 7 root root 4096 Nov 24 2020 pictory
-rw-r--r-- 1 root root 1485 Oct 5 2020 RevPi7EULA.html
-rw-r--r-- 1 root root 12647 Oct 5 2020 status.html
Thank you for your help,
EdS