I have a file that is owned by user, group. from that file I create a symlink in the root folder but its creating it as owner & group apache (instead of the same user group as the file that is creating it)
The trouble is that then the symlink folder wont load the home page because its apache apache ownership. I tried to do a chown / chgrp on the files from within a script and it errors. If I change it from root the directory works fine and loads properly.
does anyone understand this enough to point me in the right direction? this is on linux.
amy