falko you say this:
Code:
On SuSE, the Apache user is called wwwrun, and the group is www, so the command should be
Code:
chown -R -v -f wwwrun:www-data web/*
shouldn't the command be this ?:
Code:
chown -R -v -f wwwrun:www web/*
on suse 10.1 your command returns error for the group as invalid.
what do you think ?