Andrew Grillet([email protected]) on 2018.10.05 14:04:32 +0100: > >Synopsis: httpd will not work if /var/www is a mount-point > >Category: > >Environment: > System : OpenBSD 6.3 > Details : OpenBSD 6.3 (GENERIC.MP) #486: Sat Mar 24 22:37:16 > MDT 2018 > [email protected]: > /usr/src/sys/arch/sparc64/compile/GENERIC.MP > > Architecture: OpenBSD.sparc64 > Machine : sparc64 > >Description: > if /var/www is a separate partition mounted there, all requests to > to access http://127.0.0.1 are refused with error 403 forbidden. > >How-To-Repeat: > /var/www/htdocs/index.html will work fine. > > mount /dev/sd0i /var/www > put copies of the same /htdocs/index.html in it, and then use the > same browser > to access http://127.0.0.1 - it is refused with error 403 forbidden.
Please show the output of mount ls -la /var/www ls -la /var/www/htdocs /Benno
