[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RAQ_Apache_dot_htaccess - any details
- Subject: Re: [cobalt-users] RAQ_Apache_dot_htaccess - any details
- From: "Paul Warner" <pwarner@xxxxxxxxxxxxxxxxxx>
- Date: Thu Aug 28 17:50:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
>
> <<<<<
>
> Anyone know what default setting need to be ammeded to
> fix this problem??
>
>
The reference I found was for Raq2/3 from March 2000!
Cobalt has released updated packages for the RaQ2 and RaQ3 products.
Workarounds:
1: Add the following lines to the /etc/httpd/conf/access.conf:
<Files .htaccess>
order allow,deny
deny from all
</Files>
2: The following lines are in the file already:
# ignore .files
#<Files "\.*">
#deny from all
#</Files>
Uncommenting these lines should produce the same result. After applying
either of this solutions, Apache will need to be restarted
Source: http://www.securityfocus.com/bid/1083/info/