Bug#396224: file name in JkMountFile becomes garbled

Bart Vanhaute bart.vanhaute at skynet.be
Sun Nov 5 15:42:09 UTC 2006


Hello,

some additional information about my failure to use JkMountFile of
mod_jk:

I added debug output to the function uri_worker_map_load in
native/common/jk_uri_worker_map.c:
    jk_log(l, JK_LOG_INFO, "loading '%s'", uw_map->fname);

And in /var/log/apache2/mod_jk.log I read:
... loading '(null)'

Note the file name is not null, but equal to the string "(null)".

So it appears the filename becomes garbled at some point. If I point
JkMountFile in the configuration file to a file that does not exist,
starting apache2 fails as expected, so the file is entered correctly
during configuration parsing. 

I hope this bit of information helps.

Bart.





More information about the pkg-java-maintainers mailing list