I'm new to lighttpd, I just switched from Apache. How can I find the error log by SSH ? I've been getting some 500 Internal Server errors I want to troubleshoot.
Asked
Active
Viewed 3,188 times
1 Answers
2
The location of the error log is in your config file, which is probably located at /etc/lighttpd/lighttpd.conf
. Look for the server.errorlog
line.
If it's still set to default, the log is probably at /var/log/lighttpd/error.log
.

Shane Madden
- 114,520
- 13
- 181
- 251