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

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -