On Sunday, April 14, 2002, at 08:00 pm, Puneet Kishor wrote:
> ... > Here are some additional ways you can look at the log more > conveniently... > > from the terminal, type > > tail /private/var/log/httpd/error_log to see the last 10 lines. > Sometimes last 10 lines are not enough so you can pass a number to the > tail command. > Even better, do tail -f /private/var/log/httpd/error_log That continually checks to see if the file has bee added to, so you can see it scrolling up in real time. Useful for watching who's looking at your web server as well...