signal-event ibay-modify sritch.pel
[root@ethelbert html]# ls -alFtotal 508drwxrwsr-x 8 apache shared 4096 Nov 24 10:51 ./drwxr-xr-x 6 root root 4096 Oct 22 08:00 ../-rw-rw-r-- 1 root shared 3572 Nov 21 14:40 403.html-rw-rw-r-- 1 root shared 3572 Nov 21 14:40 404.html-rw-rw-r-- 1 root shared 11899 Nov 21 14:40 about-me.html-rw-rw-r-- 1 root shared 9986 Nov 21 14:40 archives.html-rw-rw-r-- 1 root shared 3182 Nov 21 14:40 categories.html
[root@ethelbert html]# chown -R www:www *
total 508drwxrwsr-x 8 apache shared 4096 Nov 24 10:51 ./drwxr-xr-x 6 root root 4096 Oct 22 08:00 ../-rw-rw-r-- 1 apache www 3572 Nov 21 14:40 403.html-rw-rw-r-- 1 apache www 3572 Nov 21 14:40 404.html-rw-rw-r-- 1 apache www 11899 Nov 21 14:40 about-me.html-rw-rw-r-- 1 apache www 9986 Nov 21 14:40 archives.html-rw-rw-r-- 1 apache www 3182 Nov 21 14:40 categories.html
Why would you expect files to belongs to www:www ? www is a member of the shared group, so, it has access to it. Regarding apache vs www, they are the same on SME (same uid and gid)
Because everywhere "they" including the contribs mentions that the ibay should belong to www:www.
Now the question is why is ibay-modify not putting on the "proper" user:group?
What are you trying to fix ? What isn't working ?