[Dispatcher] .stat file not generated
Hi,
I'm configuring dispatcher to generate the .stat file from the config:
/cache
{
# the cacheroot must be equal to the document root of the webserver
/docroot "/mnt/cache"
# sets the level upto which files named ".stat" will be created in the
# document root of the webserver. when an activation request for some
# handle is received, only files within the same subtree are affected
# by the invalidation.
/statfileslevel "1"
}
By right, the stat file should be auto-generated at docroot (/mnt/cache) when I restart apache, but there was no file generated (I check with command ls -la).
From the log when I access the dispatcher:
[Thu Sep 27 10:43:05 2018] [D] [pid 19238] Found farm publishfarm for dispatcher
[Thu Sep 27 10:43:05 2018] [D] [pid 19238] checking [/content/mywebsite/en.html]
[Thu Sep 27 10:43:05 2018] [D] [pid 19238] never flushed [/mnt/cache/content/mywebsite/.stat] -> use cache [/mnt/cache/content/mywebsite/en.html]
[Thu Sep 27 10:43:05 2018] [D] [pid 19238] cache-action for [/content/mywebsite/en.html]: DELIVER
[Thu Sep 27 10:43:05 2018] [D] [pid 19238] request declined
[Thu Sep 27 10:43:05 2018] [I] [pid 19238] "GET /content/mywebsite/en.html" - - 0ms
Please advise me on this. Any help would be appreciated.
My dispatcher version is 4.2.2 for Apache 2.4 on Linux 64 bit.
Thanks.

