Date: Fri, 20 Feb 2004 11:40:37 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> To: Derek Burns / Bend-Pak <Derek@BendPak.com> Cc: freebsd-questions@freebsd.org Subject: Re: log files Message-ID: <40364695.6040407@daleco.biz> In-Reply-To: <4372A56315CE2047890C4797D939D5B036D787@BENDPAK.BendPak.com> References: <4372A56315CE2047890C4797D939D5B036D787@BENDPAK.BendPak.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40364695.6040407>