View Single Post
  #2  
Old 05-15-2009, 07:20 AM
auser auser is offline
Senior Member
 
Join Date: Mar 2009
Posts: 119
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.
Reply With Quote