[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] /usr/admserv/html/
- Subject: Re: [cobalt-users] /usr/admserv/html/
- From: Tien Duc Nguyen <tienducn@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed Nov 1 15:00:01 2000
- Organization: Reeves Communication
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Travers wrote:
> Any idea why am I getting a lot of these errors in adm_error?
>
> [Tue Oct 31 10:00:02 2000] [error] [client 127.0.0.1] Directory index
> forbidden by rule: /usr/admserv/html/
>
> It would appear that this coincides with when the server checks that
> http is still up.
>
> I've searched the knowledge base and cant find the answer, can anyone
> help me on this one?
>
> Trav.
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
/usr/admserv/html is the document root for the SSL virtual site of the
admin Web interface, at port 444.
if you go there with http://www.yourmachine.com:444, you'll see
something like this in
/var/log/httpd/adm_error:
[xxx xxx x xx:xx:xx xxxx] [error] [client x.x.x.x] Directory index
forbidden by rule: /usr/admserv/html/
Since there's nothing to see for browser, I thought about disabling the
port 444, but someone here
said that it was used by the Web Interface when the main site use SSL.