0

My web server utilizes Apache and Django for its web service. Occasionally, the web service produces a "Bad Request (400)" error. After reviewing the error log, I noticed that there is a 6-hour time difference in the system time and time in the log (attached image). enter image description here

Could someone provide insight into the potential cause of this issue and how to resolve it?

Thank you.

3
  • It seems that logs for different apache modules have different timezones. If the timezone for the server has changed after the last restart of apache, perhaps a restart now could fix the issue. Have you restarted apache recently? 15 hours ago
  • @J.M.Robles. Yes we did restart Apache multiple times. However, it didn't resolve the issue.
    – Manu
    14 hours ago
  • To confirm (or not) whether these are lines with dates in different time zones, I suggest using journalctl with the --utc option or with the --output=short-full option 13 hours ago

0

You must log in to answer this question.

Browse other questions tagged .