I'm moving webspace content to NFSv3 shares. Because of suexec restrictions I have different paths to different subsets of the content on the client. I wonder if I can still have all of the content in one path on one exported nfs share.
example:
i need
/home/content/foo
and
/var/www/content/bar
exported share "/export" could have
/export/foo
/export/bar
AFAICS there are three options:
- mounting /export twice on different paths on the nfs client
- mounting /export once and doing a bind mount
- put foo and bar in different directories and exporting/mounting them separately
Which of these options would you recommend?