[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] custom error pages for a virtual client.
- Subject: RE: [cobalt-users] custom error pages for a virtual client.
- From: "cobalt" <cobalt@xxxxxxxxxxxxxxxx>
- Date: Mon Jan 21 00:29:06 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Thanks Dan. It worked great!
> > I've read instructions on apache.org and it doesn't seem to work.
> > Everytime I make a customer .htaccess file it says internal server
> > error. Do you know of a place that has a good example of setting up
> > this type of .htaccess file.
> >
>
> http://cobalt-knowledge.sun.com/cgi-
bin/kbase.cfg/php/enduser/std_alp.php
> Search for .htaccess
>
> "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/]."
>
> Standard type of file I use:
>
> Options -Indexes
> ErrorDocument 404 http://www.domain.com/file.html
>
> --
> Dan Kriwitsky
>
>
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>