On Sat, 21 Jul 2001, Mehul Vora wrote:

> Hi,
>
> how can i disable directory listing in apache?

You could drop an index.html (even a blank one) in the directory if you
are only worried about one directory- otherwise you need to edit
/etx/httpd/conf/httpd.conf and find the line:

    Options Indexes Includes FollowSymLinks

and remove the 'Indexes' part from that line to disable indexes anywhere
on your site. (restart apache)

-- 
Chris Kloiber, RHCE
Enterprise Support - Red Hat, Inc.



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to