View Single Post
  #1  
Old 04-30-2009, 07:43 AM
masood_y masood_y is offline
Senior Member
 
Join Date: Sep 2008
Posts: 121
Default FollowSymLinks and SymLinksIfOwnerMatch

I need to pervent users for make SymLinks to other directory.

I have following setting in httpd.conf:
Code:
<Directory "/">
    Options ExecCGI FollowSymLinks Includes IncludesNOEXEC -Indexes -MultiViews SymLinksIfOwnerMatch
    AllowOverride All
</Directory>
I have following setting in litespeed (Server -> General -> Security)
Code:
File Access	

Follow Symbolic Link	If Owner Match
Check Symbolic Link	Yes
Required Permission Mask	       000
Restricted Permission Mask	000
I have version 4.0.3 on my server too. But user can make SymLinks to other directory too.

Please help me for stop it.

Thank You very much.
Reply With Quote