Hi,
I am trying to implement Dispatcher TTL based on this: https://adobe-consulting-services.github.io/acs-aem-commons/features/dispatcher-ttl.html
It is doing something, but that is not enough.
1. When the .ttl file is created, it creates with without time. Is that expected?
-rw-r--r-- 1 _www _www 0 Jan 6 2017 politics.html.ttl
2. Most of the times the .ttl files behave differently. See here, what it got changed to. Why it got changed to 1969 date?
-rw-r--r-- 1 _www _www 0 Dec 31 1969 politics.html.ttl
-rw-r--r-- 1 _www _www 0 Dec 31 1969 opinion.html.ttl
---
Thanks
Srini
Views
Replies
Total Likes
Hi,
what version of the dispatcher module are you using?
Jörg
Views
Replies
Total Likes
Also what TTL response headers are being sent?
Views
Replies
Total Likes
Hi Jörg,
My Dispathcer module version: Communique/4.2.1
Hi Feike,
The response headers:
The request headers:
Thanks
SRini
Views
Replies
Total Likes
Hi,
May i know how you are checking the dispatcher version? Is there any Unix command for that ???Please suggest
Thanks,
Malathy
Views
Replies
Total Likes
When you startup the Apache webserver with the dispatcher module included, it will print the version number into the logfile. Also the dispatcher binary has a version number in the filename (unless you rename it).
kind regards,
Jörg
Thanks Jorg
Views
Replies
Total Likes