|
something playing with vhost security settings:
Follow Symbolic Link
Restrained
e.g., for domain2,
if Follow Symbolic Link=Yes
with symlink:
ln -s /var/www/vhosts/domain1.com/httpdocs/upload upload
domain2.com/upload/images.jpg should work.
if Follow Symbolic Link=If Owner Match
then if symlnk
domain2/upload has same owner with domain1.com/httpdocs/upload,
domain2.com/upload/images.jpg should work too.
|