I need to pervent users for make SymLinks to other directory.
I have following setting in httpd.conf:
I have following setting in litespeed (Server -> General -> Security)
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.
I have following setting in httpd.conf:
Code:
<Directory "/">
Options ExecCGI FollowSymLinks Includes IncludesNOEXEC -Indexes -MultiViews SymLinksIfOwnerMatch
AllowOverride All
</Directory>
Code:
File Access
Follow Symbolic Link If Owner Match
Check Symbolic Link Yes
Required Permission Mask 000
Restricted Permission Mask 000
Please help me for stop it.
Thank You very much.