2 FAQ tagged "server log files"
Viewing 1-2 of 2 FAQ -- Linux View / display a logfile in real time on screen
Q. I’d like to see my php or apache web server log files in real time. How do I see log file in real time including all incoming logs?
A. You need to use tail command which output the last part of files in real time including all incoming logs to a file.
tail -f file-name [...] - Squid Proxy Sever View logs / log files
Q. How do I view squid proxy server log files under CentOS Linux server 5.0?
A. squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, squid handles all requests in a single, non-blocking, I/O-driven process.
/var/log/squid/ log file directory
The logs are [...]
Viewing 1-2 of 2 FAQ - ( see all popular tags )


Recent Comments
Today ~ 1 Comment
Today ~ 8 Comments
Today ~ 1 Comment
Today ~ 6 Comments
Yesterday ~ 8 Comments