On Fri, 16 Mar 2001 19:44:33 +0530, Harish Gundecha wrote:

>hi ,
>
>Can u please tell me how did you manage to stop directory listing in Apache
>!!!

in your server.xml file

change the appropriate
        <StaticInterceptor  debug="0" listings="true" />
to 
        <StaticInterceptor  debug="0" listings="false" />

if you want to disable serving static files completely
just comment out this:
        <!--StaticInterceptor  debug="0" listings="true" /-->

Pitifully enough i do not know a way to disable this listing
for one webapp while still allowing it for another.
Maybe someelse does.



best regards, Tagunov Anthony


Reply via email to