Feature #1406
closedAdd host and full URI to some error trace
Description
Hi,
My error.log contains lines like:
2007-10-11 21:23:09: (mod_fastcgi.c.2480) unexpected end-of-file (perhaps the fastcgi process died): pid: 0 socket: tcp:127.0.0.1:2711
2007-10-11 21:23:09: (mod_fastcgi.c.3272) response not received, request sent: 1062 on socket: tcp:127.0.0.1:2711 for /ladders/prev , closing connection
The host and full URI are missing, it'd be quite handy to include both.
Updated by gstrauss over 8 years ago
- Description updated (diff)
- Category changed from core to mod_accesslog
- Assignee deleted (
jan)
Updated by gstrauss over 8 years ago
- Category changed from mod_accesslog to mod_fastcgi
- Status changed from New to Missing Feedback
This is (unfortunately) a very old request. If there is still interest, please try with lighttpd 1.4.40 and update ticket with feedback on where error logging can be improved. Thanks.
Updated by gstrauss 9 months ago
- Subject changed from Add host and full URI to access and error logs to Add host and full URI to some error trace
- Status changed from Missing Feedback to Patch Pending
- Target version changed from 1.5.0 to 1.4.74
- ASK QUESTIONS IN Forums set to No
query-string was added in lighttpd 1.4.25 (back in 2009) to the error message in your second sample line above.
I've added host, URI, and query-string to a handful of additional locations, including your first sample line above.
If there are other specific error messages that could benefit from extra info, please make a new feature request and highlight those specific error messages. Expanding the info for every error message is not planned. Regarding accesslog, please see mod_accesslog for options to configure the information in the accesslog.
Updated by gstrauss 9 months ago
- Status changed from Patch Pending to Fixed
Applied in changeset 381ec0a39859824e953f1c8b79459d8f6b83fdc2.
Updated by gstrauss 9 months ago
- Has duplicate Feature #2122: Include host in error log added
Also available in: Atom