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

2011-07-06 Thread Smith, Cathy
inger, 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: Options -Indexes FollowSymLinks AllowOverride None Order allow,deny Allow

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 wrote: > >    Options -Indexes FollowSymLinks Not a good idea to mix +/- and non +/-. - The official User-To-User support forum of the Apache HTTP Server Project. See http://ht

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

2011-07-01 Thread Voellinger, Sandy
Try doing the following: Options -Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all 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 a problem disabling direct

[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 R