Dispatcher TTL | Community
Skip to main content
Level 2
January 6, 2017

Dispatcher TTL

  • January 6, 2017
  • 1 reply
  • 3103 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

joerghoh
Adobe Employee
Adobe Employee
January 7, 2017

Hi,

what version of the dispatcher module are you using?

Jörg

Feike_Visser1
Adobe Employee
Adobe Employee
January 9, 2017

Also what TTL response headers are being sent?

Level 2
July 28, 2017

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