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.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"






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.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to