Re: How do we prevent directory access in apache

2018-05-29 Thread Greg Huber
In httpd.conf, uncomment: Options -Indexes -FollowSymLinks Cheers Greg On 29 May 2018 at 08:33, Olaf Kock wrote: > On 29.05.2018 05:07, Jins Raju Abraham wrote: > >> How do we prevent a directory access in apache. Tried searching this and >> there are a lot of suggestion about doing it in the .

Re: How do we prevent directory access in apache

2018-05-29 Thread Olaf Kock
On 29.05.2018 05:07, Jins Raju Abraham wrote: How do we prevent a directory access in apache. Tried searching this and there are a lot of suggestion about doing it in the .htaccess file. "Apache Tomcat" doesn't know about .htaccess files. "Apache httpd" does, but you won't get an answer relat

How do we prevent directory access in apache

2018-05-28 Thread Jins Raju Abraham
Hi How do we prevent a directory access in apache. Tried searching this and there are a lot of suggestion about doing it in the .htaccess file. thanks Jins - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For addit