[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AW: [cobalt-users] no access to .htaccess folders after Cobalt Updates
- Subject: AW: [cobalt-users] no access to .htaccess folders after Cobalt Updates
- From: "Felix Pantlen" <cobalt@xxxxxxxxxxx>
- Date: Mon Dec 3 08:11:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hello Allen,
thanks. Unfortunatly it is not working.
Probably I made a mistake.
I send you my config file. It would great,
if you could check it.
Thank you very much.
Best,
Felix
##
## access.conf -- Apache HTTP server configuration file
##
# access.conf: Global access configuration
# Online docs at http://www.apache.org/
# This file defines server settings which affect which types of services
# are allowed, and in what circumstances.
# Each directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
# Originally by Rob McCool
# First, we configure the "default" to be a very restrictive set of
# permissions.
<Directory />
Options None
AllowOverride AuthConfig Indexes Limit
AuthFailDelay 2000000
</Directory>
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
# deal with symlinks in image directory
<Directory /usr/admserv/html/.cobalt/images/>
Options +SymLinksIfOwnerMatch
</Directory>
# This should be changed to whatever you set DocumentRoot to.
<Directory /home/sites/>
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
> -----Ursprüngliche Nachricht-----
> Von: a.neeser@xxxxxxxxxxx [mailto:a.neeser@xxxxxxxxxxx]
> Gesendet: Sonntag, 2. Dezember 2001 17:18
> An: cobalt-users@xxxxxxxxxxxxxxx
> Cc: cobalt@xxxxxxxxxxx
> Betreff: Re: [cobalt-users] no access to .htaccess folders after Cobalt
> Updates
>
>
> Hi Felix
>
> Have a look about this post in the Knowledge Base:
>
> http://cobalt-knowledge.sun.com/cgi-bin/kbase.cfg/php/enduser/std_
> adp.php?p_sid=
> Thhf8G1g&p_lva=&p_refno=010829-000005&p_created=999094584&p_sp=cF9
> ncmlkc29ydD0mc
> F9yb3dfY250PTYmcF9zZWFyY2hfdGV4dD0uaHRhY2Nlc3MmcF9zZWFyY2hfdHlwZT0
> zJnBfcHJvZF9sd
> mwxPX5hbnl_JnBfcHJvZF9sdmwyPX5hbnl_JnBfY2F0X2x2bDE9fmFueX4mcF9jYXR
> fbHZsMj1_YW55f
> iZwX3NvcnRfYnk9ZGZsdCZwX3BhZ2U9MQ**&p_li=
>
> There is an issue of htaccess files not being recognized on the
> RaQ4. This is
> due to the default configuration of the access.conf file and the
> AllowOverride
> parameter. The default configuration of the .htaccess files do allow for
> password protecting directories. The AllowOverride directive is
> not set to "All"
> by default because this is a security risk. To change the
> directive edit the
> /etc/httpd/conf/access.conf file and replace AllowOverride
> AuthConfig Indexes
> Limit to AllowOverride All.
>
> Note, there are two places "AllowOverride AuthConfig Indexes
> Limit" is set. One
> is under the [Directory /] and one under [Directory
> /home/sites/]. The one to
> replace is under [Directory /home/sites/].
>
> Best regards
> Allen Neeser
>
>
>
> ----- Original Message -----
> From: "Felix Pantlen" <cobalt@xxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Sent: Sunday, December 02, 2001 4:26 PM
> Subject: [cobalt-users] no access to .htaccess folders after
> Cobalt Updates
>
>
>
> Help. Live Server of my client!
>
>
> Hi all,
>
> I have got the problem, that I can not access to any webfolders using
> ..htaccess after I updated with the cobalt patches.
>
> I have got a Raq 4 and I did all Update, witch are availble (under
> http://www.cobalt.com/support/download/raq4.eng.html). (stupid,
> but I heard,
> that Cobalt Updates are very reliable).
>
> Now I do not know, what to do.
>
> I would be realy thankful, if some of you can help me, because I run some
> applications on it for my client, using htaccess.
>
> Thanks and best Regards,
> Felix
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>
>
>
>
>