Hello > > Since this is not recommanded, I would like to know if there is a > "standard" username which may be recommanded to start wwwoffle (deamon for > instance ?).
Yes, daemon. > And based on this user what should the permission to be used for the > /var/spool/wwwoffle directory ? (by default the rpm sets them to : > rwxr-x--x root:root ) They should be just writable for daemon. Otherwise it's matter of choice. chown -R daemon:daemon /var/spool/wwwoffle Sometimes it's useful to make spool files readable for all users, not for wwwoffle only: find /var/spool/wwwoffle -type d | xargs chmod 755 find /var/spool/wwwoffle/http -type f | xargs chmod 644 > The PC is to be installed in a small home network. > > Greets
