log files

Kevin D. Kinsey, DaleCo, S.P. kdk at daleco.biz
Fri Feb 20 09:41:23 PST 2004


Derek Burns / Bend-Pak wrote:

>How can I find the path to my log files? I am on a windows xp client and I need to find the path to the log files on my freebsd 4.7 web server. We are both on the same network.
>_______________________________________________
>freebsd-questions at freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>
>
>
>  
>

You indeed are on a Windows
client; please wrap text at 80
characters for those on text-only
MUA's.  ;-)

Most logs are in /var/log.  Some
configurations of Apache (you
are running Apache?) store logs
in other places --- you can check
your httpd.conf file to see where.

You have SSH access, I presume?
(Seems like you asked about
this recently.)

Log in via SSH, and open your files
in your editor of choice.  For example:

$ee /var/log/httpd-error.log

"ee" could be pico, nano, vi, vim,
whatever...

HTH,

Kevin Kinsey
DaleCo, S.P.


More information about the freebsd-questions mailing list