Internal Error 500 Apache, but nothing in the logs?

后端 未结 11 589
失恋的感觉
失恋的感觉 2020-11-27 14:36

I\'m getting 500 Internal Server errors when I try to make an HTTP POST to a specific address in my app. I\'ve looked into the server logs in the custom log directory speci

11条回答
  •  半阙折子戏
    2020-11-27 15:12

    If your Internal Server Error information doesn't show up in log files, you probably need to restart the Apache service.

    I've found that Apache 2.4 (at least on Windows platform) tends to stubbornly refuse to flush log files—instead, logged data remains in memory for quite a while. It's a good idea from the performance point of view but it can be confusing when developing.

提交回复
热议问题