Apache. View only access on a directory -
within apache can restrict users listing contents of directory or true once user has been allowed access there nothing restrict them downloading content?
<directory "c:/[your path]"> order allow,deny allow #options indexes <limitexcept all> require user [your user] </limitexcept> </directory> without option indexes in file *.conf, user can't listing content of directory. steal can access ressource of file.
i think asking for!
Comments
Post a Comment