RE: [users@httpd] Problem with disabling directory listing

2011-07-06 Thread Smith, Cathy
, Sandy [mailto:sandy.voellin...@neustar.biz] Sent: Friday, July 01, 2011 10:50 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Problem with disabling directory listing Try doing the following: Directory /var/www/ Options -Indexes FollowSymLinks AllowOverride None Order allow

[users@httpd] Problem with disabling directory listing

2011-07-01 Thread Smith, Cathy
Hi I'm having a problem disabling directory listing for my DocumentRoot. I've taken out the Indexes parameter for Options, and I'm still able to list the directory. Here is the section from the httpd.conf. I'd appreciate it if someone could tell me what I need to do differently. This is a

Re: [users@httpd] Problem with disabling directory listing

2011-07-01 Thread Voellinger, Sandy
Try doing the following: Directory /var/www/ Options -Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all /Directory Change /var/www/ to the doc root of your apache server . Cheers- Sandy On Jul 1, 2011, at 1:27 PM, Smith, Cathy wrote: Hi I'm having

Re: [users@httpd] Problem with disabling directory listing

2011-07-01 Thread Eric Covener
On Fri, Jul 1, 2011 at 1:50 PM, Voellinger, Sandy sandy.voellin...@neustar.biz wrote: Directory /var/www/    Options -Indexes FollowSymLinks Not a good idea to mix +/- and non +/-. - The official User-To-User support forum of