[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Log
- Subject: Re: [cobalt-users] Log
- From: Hendrik Runte <cobalt@xxxxxxxxxx>
- Date: Sun May 20 20:18:24 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>
> Hi all.
>
> Can anyone tell me where to look for the "server system log" on a XTR? A user
> reported a FrontPage error message to me which says I need to check it.
>
> Thanks,
>
> John
>
>
> % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
> % John Souvestre Southern Star www.sstar.com %
> % johns@xxxxxxxxx 504-888-3348 New Orleans, LA %
> % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
Well, normally it can be found under /var/log/
Try
tail -n100 /var/log/httpd/errors
for your webserver's error log
Regards,
Hendrik
--