security for files and directory
Since CGI is a powerfull for webprogramming.The mirrorside of CGI is very danger.
virtualhost User on same server can write CGI program read other user source code, DB and ...
if set chmod 750 or 770 for file php, this file can't include to other. cuzz can't read.
How to block CGI can't read other user's directory.
--Admin--