Wenn ich aber unmittelbar nach der Installation die Befehle von dir eingebe funktioniert es.
Hier noch mal zusammengefasst(zuvor mit sudo -i rootrechte verschaffen):
Code: Alles auswählen
root@raspberrypi:~# groupadd -g 33 www-data
root@raspberrypi:~# usermod -G www-data -a www-data
root@raspberrypi:~# /etc/init.d/apache2 start
Starting web server: apache2.
root@raspberrypi:~# chown -R www-data:www-data /var/www
root@raspberrypi:~# i set
IPC -> Berechtigungen wurden gesetzt
Gruß und Dank
Mayer