A very handy command to use when debugging apache issues is the “tail -f” command. This will display continually output the last lines of each specified log file.
i.e.
“tail -f /var/log/https/access_log”
A very handy command to use when debugging apache issues is the “tail -f” command. This will display continually output the last lines of each specified log file.
i.e.
“tail -f /var/log/https/access_log”
Leave a Reply