Skip to content

Commit 8e8ad23

Browse files
authored
Merge pull request #209 from jbo-ads/apache-log
Add 'mapcache' module name to Apache logs entries
2 parents ed8d31b + 0ba4aa7 commit 8e8ad23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apache/mod_mapcache.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,10 @@ static const command_rec mod_mapcache_cmds[] = {
697697
{ NULL }
698698
} ;
699699

700+
#ifdef APLOG_USE_MODULE
701+
APLOG_USE_MODULE(mapcache);
702+
#endif
703+
700704
module AP_MODULE_DECLARE_DATA mapcache_module = {
701705
STANDARD20_MODULE_STUFF,
702706
NULL,

0 commit comments

Comments
 (0)