How to block browsing of filestore folder?

1,079 views
Skip to first unread message

DJ Molicious

unread,
Feb 16, 2011, 6:02:10 PM2/16/11
to resour...@googlegroups.com
I'm getting this message at the installation check:

Blocked browsing of 'filestore' directory  | FAIL: filestore folder appears to be browseable; remove 'Indexes' from Apache 'Options' list.


How do i fix this?


Thanks!

Mike Stucka

unread,
Feb 17, 2011, 9:49:34 AM2/17/11
to ResourceSpace
Are you using Apache for your server?

Find your httpd.conf file -- it may vary with your installation.

Search for the word "directory". If you dont have an entry for your
install, you may need to make one. In the options, make sure you don't
have Indexes listed, as below. You'll need to save the change, then
***restart Apache*** to get it working.

<Directory "/Applications/XAMPP/xamppfiles/htdocs/ResourceSpace/
filestore">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI
MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options
All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please
see
# http://httpd.apache.org/docs/2.2/mod/core.html#options
# for more information.
#
Options FollowSymLinks ExecCGI Includes

#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all

</Directory>

On Feb 16, 6:02 pm, DJ Molicious <djmolici...@gmail.com> wrote:
> I'm getting this message at the installation check:
>
>    Blocked browsing of 'filestore' directory  | *FAIL: filestore folder
> appears to be browseable; remove 'Indexes' from Apache 'Options' list.*
>
> *
> *

DJ Molicious

unread,
Feb 25, 2011, 6:33:11 PM2/25/11
to resour...@googlegroups.com
Great, Thank you Thank you. By the by, Yes I am using Apache.

--
You received this message because you are subscribed to the Google Groups "ResourceSpace" group.
To post to this group, send email to resour...@googlegroups.com.
To unsubscribe from this group, send email to resourcespac...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/resourcespace?hl=en.


ruedigers

unread,
Apr 14, 2011, 5:47:33 AM4/14/11
to ResourceSpace
Hey DJ-M,

Had the same issue (running debian linux), the fix was to be applied
in
/etc/apache2/sites-enabled/000-default:
See the - (minus) before the word Indexes.

<Directory /var/www/>
Options FollowSymLinks MultiViews -Indexes
AllowOverride None
Order allow,deny
allow from all
</Directory>

Note: All the other configs may be different for you. Don't change
them to what is shown here - leave them alone.

Hope it helps you and maybe some others down the line.
Cheers,
Rudy

On 26 Feb., 01:33, DJ Molicious <djmolici...@gmail.com> wrote:
> Great, Thank you Thank you. By the by, Yes I am using Apache.
>
> On Thu, Feb 17, 2011 at 8:49 AM, Mike Stucka <stu...@gmail.com> wrote:
> > Are you using Apache for your server?
>
> > Find your httpd.conf file -- it may vary with your installation.
>
> > Search for the word "directory". If you dont have an entry for your
> > install, you may need to make one. In the options, make sure you don't
> > have Indexes listed, as below. You'll need to save the change, then
> > ***restart Apache*** to get it working.
>
> > <Directory "/Applications/XAMPP/xamppfiles/htdocs/ResourceSpace/
> > filestore">
> >    #
> >    # Possible values for the Options directive are "None", "All",
> >    # or any combination of:
> >    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI
> > MultiViews
> >    #
> >    # Note that "MultiViews" must be named *explicitly* --- "Options
> > All"
> >    # doesn't give it to you.
> >    #
> >    # The Options directive is both complicated and important.  Please
> > see
> >    #http://httpd.apache.org/docs/2.2/mod/core.html#options
Reply all
Reply to author
Forward
0 new messages