Ticket #1257 (closed defect: invalid)
There is no per virtualhost error log
| Reported by: | anonymous | Owned by: | jan |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5.0 |
| Component: | core | Version: | 1.4.15 |
| Severity: | normal | Keywords: | |
| Cc: | fox_ibddal@… | Blocked By: | |
| Need User Feedback: | no | Blocking: |
Description (last modified by stbuehler) (diff)
I have seen that lighttpd doesn't allow a per domain error-log. i have given this inside a virtual host block:
$HTTPhost? =~ "(www.doc.com|doc.com|dom.com|www.dom.com)" {
server.errorlog = "/home/httpd/doc.com/stats/doc.com-error_log"
}
But lighttpd only honours the LAST errorlog directive, and all the error for all domains are sent to that log. Is this by design? Or is it a bug?
Thanks.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

