| 824 | } |
| 825 | |
| 826 | static int log_virtual_host(const ap_errorlog_info *info, const char *arg, |
| 827 | char *buf, int buflen) |
| 828 | { |
| 829 | if (info->s) |
| 830 | return cpystrn(buf, info->s->server_hostname, buflen); |
| 831 | |
| 832 | return 0; |
| 833 | } |
| 834 | |
| 835 | |
| 836 | static int log_table_entry(const apr_table_t *table, const char *name, |