Re: [users@httpd] Disable directory listing in apache web server

2012-08-10 Thread Igor Cicimov
You just need to remove Indexes from Options directive. Example: Options -Indexes If you need users to be able to change config you use htacess file. If not i dont see a reason for using one. On Aug 8, 2012 5:21 PM, "Kaushal Shriyan" wrote: > Hi, > > What are the best practices followed to d

Re: [users@httpd] Disable directory listing in apache web server

2012-08-08 Thread Noel Butler
On Wed, 2012-08-08 at 12:42 +0530, Kaushal Shriyan wrote: > Hi, > > What are the best practices followed to disable directory listing. Any > pros and cons using .htacess file or any fool proof method to > implement which takes care of security issues. > Please help me understand. > Well, I ass

[users@httpd] Disable directory listing in apache web server

2012-08-08 Thread Kaushal Shriyan
Hi, What are the best practices followed to disable directory listing. Any pros and cons using .htacess file or any fool proof method to implement which takes care of security issues. Please help me understand. Regards Kaushal