Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

ACS commons Dispatcher Flush Delete Action not working

Avatar

Level 3

Hi,

I have a page created with dispatcher flush template and an agent configured to clear the cache on my publish server. The flush action is set to Invalidate and it replicates successfully as per the logs but the replication paths or flush paths are not invalidated or touched. I tried setting the action to delete, but that errors out as below.

An error occurred during replication. Possible issues include invalid flush paths or lack of active dispatcher flush agents. Please review your Dispatcher Flush Agent logs to ensure all replication requests were successfully processed.

http://host:port/dispatcher/invalidate.cache is the URL I'm using for invalidating. Is there a different URL for delete Cache?

ACS Commons -3.5.2

Thanks

Sanjay

1 Accepted Solution

Avatar

Correct answer by
Employee

Check out .. https://docs.adobe.com/docs/en/dispatcher/disp-config.html#Automatically Invalidating Cached Files  -- This should solve your problem. With your deny all, you're effectively doing resource-only flushing for everything.

View solution in original post

14 Replies

Avatar

Level 10

I am checking with the team to see if anyone is aware of this issue.

Avatar

Level 10

I ahve not heard back from the team on this one. I will resend to see if we can get a response.

Avatar

Level 10

What do you see in the replication logs when action is set to delete?

Thanks

Avatar

Level 3

Now I have found that invalidate is actually working but clears cached page of only the path specified. How to provide path so that it will clear the pages under the whole directory.

Example: /content/home clears only /content/home.html

But I want to clear all the pages under home. Is there a way I can configure the dispatcher flush configuration ?

Avatar

Employee Advisor

Don't forget that the dispatcher typically invalidates files. Only the changed file is removed from the cache directory.

Avatar

Employee

sanjays16398239

It would be helpful if you could provide your log for the invoked flush agent and the dispatcher log (on debug) that shows how dispatcher is processing the flush and finally, the dispatcher log for when you request a page that you now expect to be invalidated.

Avatar

Level 3

Hi,

Here are the steps I performed and the logs are attached.

Step1: Check timestamp of home/help.html page in dispatcher

state-1.JPG

Step 2: Check timestamp of home/help/contact.html

state-1b.JPG

Step3: Execute Flush paths on dispatcher with below configuration

DispaFlush.JPG

Step4: Dispatcher log after Flushing

[Fri Jul 14 14:32:00 2017] [D] [pid 12169 (tid 139860010637056)] Found farm website for ewcmqa1:50000

[Fri Jul 14 14:32:00 2017] [D] [pid 12169 (tid 139860010637056)] checking [/dispatcher/invalidate.cache]

[Fri Jul 14 14:32:00 2017] [I] [pid 12169 (tid 139860010637056)] Activation detected: action=Activate [/etc/designs/ewcmsc]

[Fri Jul 14 14:32:00 2017] [I] [pid 12169 (tid 139860010637056)] Touched /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/.stat

[Fri Jul 14 14:32:00 2017] [I] [pid 12169 (tid 139860010637056)] Touched /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/etc/.stat

[Fri Jul 14 14:32:00 2017] [D] [pid 12169 (tid 139860010637056)] response.status = 200

[Fri Jul 14 14:32:00 2017] [D] [pid 12169 (tid 139860010637056)] response.headers[Server] = "Communique/2.6.3 (build 5221)"

[Fri Jul 14 14:32:00 2017] [D] [pid 12169 (tid 139860010637056)] response.headers[Content-Type] = "text/html"

[Fri Jul 14 14:32:00 2017] [D] [pid 12169 (tid 139860010637056)] cache flushed

[Fri Jul 14 14:32:00 2017] [I] [pid 12169 (tid 139860010637056)] "GET /dispatcher/invalidate.cache" 200 13 0ms

[Fri Jul 14 14:32:00 2017] [D] [pid 12169 (tid 139860012234496)] Found farm website for ewcmqa1:50000

[Fri Jul 14 14:32:00 2017] [D] [pid 12169 (tid 139860012234496)] checking [/dispatcher/invalidate.cache]

[Fri Jul 14 14:32:00 2017] [I] [pid 12169 (tid 139860012234496)] Activation detected: action=Activate [/etc/designs/ewcm]

[Fri Jul 14 14:32:00 2017] [I] [pid 12169 (tid 139860012234496)] Touched /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/.stat

[Fri Jul 14 14:32:00 2017] [I] [pid 12169 (tid 139860012234496)] Touched /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/etc/.stat

[Fri Jul 14 14:32:00 2017] [D] [pid 12169 (tid 139860012234496)] response.status = 200

[Fri Jul 14 14:32:00 2017] [D] [pid 12169 (tid 139860012234496)] response.headers[Server] = "Communique/2.6.3 (build 5221)"

[Fri Jul 14 14:32:00 2017] [D] [pid 12169 (tid 139860012234496)] response.headers[Content-Type] = "text/html"

[Fri Jul 14 14:32:00 2017] [D] [pid 12169 (tid 139860012234496)] cache flushed

[Fri Jul 14 14:32:00 2017] [I] [pid 12169 (tid 139860012234496)] "GET /dispatcher/invalidate.cache" 200 13 0ms

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860012500736)] Found farm website for ewcmqa1:50000

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860012500736)] checking [/dispatcher/invalidate.cache]

[Fri Jul 14 14:32:01 2017] [I] [pid 12169 (tid 139860012500736)] Activation detected: action=Activate [/content/home]

[Fri Jul 14 14:32:01 2017] [I] [pid 12169 (tid 139860012500736)] Touched /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/.stat

[Fri Jul 14 14:32:01 2017] [I] [pid 12169 (tid 139860012500736)] Touched /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/.stat

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860012500736)] response.status = 200

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860012500736)] response.headers[Server] = "Communique/2.6.3 (build 5221)"

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860012500736)] response.headers[Content-Type] = "text/html"

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860012500736)] cache flushed

[Fri Jul 14 14:32:01 2017] [I] [pid 12169 (tid 139860012500736)] "GET /dispatcher/invalidate.cache" 200 13 1ms

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860012766976)] Found farm website for ewcmqa1:50000

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860012766976)] checking [/dispatcher/invalidate.cache]

[Fri Jul 14 14:32:01 2017] [I] [pid 12169 (tid 139860012766976)] Activation detected: action=Activate [/home]

[Fri Jul 14 14:32:01 2017] [I] [pid 12169 (tid 139860012766976)] Touched /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/.stat

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860012766976)] response.status = 200

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860012766976)] response.headers[Server] = "Communique/2.6.3 (build 5221)"

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860012766976)] response.headers[Content-Type] = "text/html"

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860012766976)] cache flushed

[Fri Jul 14 14:32:01 2017] [I] [pid 12169 (tid 139860012766976)] "GET /dispatcher/invalidate.cache" 200 13 1ms

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860008507136)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860008507136)] checking [/content/home/help/pay-bill/pay-by-phone.html]

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860008507136)] cache-action for [/content/home/help/pay-bill/pay-by-phone.html]: DELIVER

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860008507136)] request declined

[Fri Jul 14 14:32:01 2017] [I] [pid 12169 (tid 139860008507136)] "GET /content/home/help/pay-bill/pay-by-phone.html" - - 0ms

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] checking [/libs/granite/csrf/token.json]

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/libs/granite/csrf/token.json

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/libs/granite/csrf/token.json

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] cache-action for [/libs/granite/csrf/token.json]: CREATE

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] Reusing socket: 127.0.0.1:4503

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] Connected to backend rend01 (127.0.0.1:4503)

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] Adding request header: Host

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] Adding request header: User-Agent

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] Adding request header: Accept

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] Adding request header: Referer

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] Adding request header: Accept-Encoding

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] Adding request header: Accept-Language

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] Adding request header: Cookie

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] Adding request header: X-Forwarded-Host

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] Adding request header: X-Forwarded-Server

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] Adding request header: ct_request_id

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] Adding request header: Via

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] Adding request header: X-Forwarded-For

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] Adding request header: Server-Agent

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] Backend forbids caching, sent: 'Cache-Control: no-cache'

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] response.status = 200

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] response.headers[Date] = "Fri, 14 Jul 2017 20:32:01 GMT"

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] response.headers[Content-Type] = "application/json; charset=ISO-8859-1"

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] response.headers[Cache-Control] = "no-cache"

[Fri Jul 14 14:32:01 2017] [D] [pid 12169 (tid 139860124124928)] Storing socket for later reuse: 127.0.0.1:4503

[Fri Jul 14 14:32:01 2017] [I] [pid 12169 (tid 139860124124928)] "GET /libs/granite/csrf/token.json" 200 2 8ms

Step 5: Dispatcher log after accessing home/help.html page after flush action executed.

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] checking [/content/business/src/img/bg-images/login-bg-img.jpg]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] checking [/content/business/src/img/bg.gif]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/business/src/img/bg-images/login-bg-img.jpg

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/business/src/img/bg.gif

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/business/src/img/bg-images/login-bg-img.jpg

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/business/src/img/bg.gif

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] cache-action for [/content/business/src/img/bg-images/login-bg-img.jpg]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] cache-action for [/content/business/src/img/bg.gif]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Reusing socket: 127.0.0.1:4503

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Connected to backend rend01 (127.0.0.1:4503)

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Reusing socket: 127.0.0.1:4503

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Adding request header: Host

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Connected to backend rend01 (127.0.0.1:4503)

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Adding request header: User-Agent

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Adding request header: Host

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Adding request header: Accept

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Adding request header: User-Agent

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Adding request header: DNT

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Adding request header: Accept

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Adding request header: Referer

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Adding request header: DNT

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Adding request header: Accept-Encoding

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Adding request header: Referer

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Adding request header: Accept-Language

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Adding request header: Accept-Encoding

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Adding request header: Cookie

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Adding request header: Accept-Language

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Adding request header: x-mobile

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Adding request header: Cookie

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Adding request header: x-browserUrl

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Adding request header: x-mobile

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Adding request header: X-Forwarded-Host

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Adding request header: x-browserUrl

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Adding request header: X-Forwarded-Server

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Adding request header: X-Forwarded-Host

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Adding request header: ct_request_id

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Adding request header: X-Forwarded-Server

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Adding request header: Via

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Adding request header: ct_request_id

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Adding request header: X-Forwarded-For

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Adding request header: Via

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Adding request header: Server-Agent

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Adding request header: X-Forwarded-For

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Adding request header: Server-Agent

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Storing socket for later reuse: 127.0.0.1:4503

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860013299456)] "GET /content/business/src/img/bg-images/login-bg-img.jpg" 404 - 10ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Storing socket for later reuse: 127.0.0.1:4503

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860014896896)] "GET /content/business/src/img/bg.gif" 404 - 12ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] checking [/sorry/sorry.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/sorry/sorry.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/sorry/sorry.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] cache-action for [/sorry/sorry.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Filter rejects: GET /sorry/sorry.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860014896896)] "GET /sorry/sorry.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] checking [/sorry/sorry.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/sorry/sorry.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/sorry/sorry.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] cache-action for [/sorry/sorry.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Filter rejects: GET /sorry/sorry.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860013299456)] "GET /sorry/sorry.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] checking [/assets/includes/templates/SorryHead_Responsive.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/SorryHead_Responsive.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/SorryHead_Responsive.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] cache-action for [/assets/includes/templates/SorryHead_Responsive.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Filter rejects: GET /assets/includes/templates/SorryHead_Responsive.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860014896896)] "GET /assets/includes/templates/SorryHead_Responsive.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] checking [/assets/includes/templates/SorryHead_Responsive.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/SorryHead_Responsive.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/SorryHead_Responsive.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] cache-action for [/assets/includes/templates/SorryHead_Responsive.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Filter rejects: GET /assets/includes/templates/SorryHead_Responsive.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860013299456)] "GET /assets/includes/templates/SorryHead_Responsive.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] checking [/assets/includes/templates/variables.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/variables.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/variables.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] cache-action for [/assets/includes/templates/variables.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Filter rejects: GET /assets/includes/templates/variables.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860014896896)] "GET /assets/includes/templates/variables.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] checking [/assets/includes/templates/variables.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/variables.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/variables.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] cache-action for [/assets/includes/templates/variables.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Filter rejects: GET /assets/includes/templates/variables.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860013299456)] "GET /assets/includes/templates/variables.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] checking [/assets/includes/templates/modals_sfa_responsive.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/modals_sfa_responsive.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/modals_sfa_responsive.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] cache-action for [/assets/includes/templates/modals_sfa_responsive.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Filter rejects: GET /assets/includes/templates/modals_sfa_responsive.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860013299456)] "GET /assets/includes/templates/modals_sfa_responsive.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] checking [/assets/includes/templates/modals_sfa_responsive.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/modals_sfa_responsive.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/modals_sfa_responsive.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] cache-action for [/assets/includes/templates/modals_sfa_responsive.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Filter rejects: GET /assets/includes/templates/modals_sfa_responsive.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860014896896)] "GET /assets/includes/templates/modals_sfa_responsive.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] checking [/assets/includes/templates/popups.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/popups.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/popups.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] cache-action for [/assets/includes/templates/popups.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860013299456)] Filter rejects: GET /assets/includes/templates/popups.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860013299456)] "GET /assets/includes/templates/popups.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] checking [/assets/includes/templates/popups.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/popups.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/popups.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] cache-action for [/assets/includes/templates/popups.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860014896896)] Filter rejects: GET /assets/includes/templates/popups.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860014896896)] "GET /assets/includes/templates/popups.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009572096)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009572096)] checking [/content/home/help.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009572096)] cache-action for [/content/home/help.html]: DELIVER

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009572096)] request declined

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860009572096)] "GET /content/home/help.html" - - 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] checking [/content/business/src/img/bg.gif]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/business/src/img/bg.gif

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/business/src/img/bg.gif

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] cache-action for [/content/business/src/img/bg.gif]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Reusing socket: 127.0.0.1:4503

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Connected to backend rend01 (127.0.0.1:4503)

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Adding request header: Host

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Adding request header: Accept

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Adding request header: Referer

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Adding request header: Accept-Language

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Adding request header: User-Agent

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Adding request header: Accept-Encoding

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Adding request header: DNT

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Adding request header: Cookie

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Adding request header: x-mobile

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Adding request header: x-browserUrl

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Adding request header: X-Forwarded-Host

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Adding request header: X-Forwarded-Server

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Adding request header: ct_request_id

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Adding request header: Via

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Adding request header: X-Forwarded-For

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Adding request header: Server-Agent

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Storing socket for later reuse: 127.0.0.1:4503

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860010903296)] "GET /content/business/src/img/bg.gif" 404 - 10ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] checking [/sorry/sorry.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/sorry/sorry.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/sorry/sorry.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] cache-action for [/sorry/sorry.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Filter rejects: GET /sorry/sorry.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860010903296)] "GET /sorry/sorry.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] checking [/assets/includes/templates/SorryHead_Responsive.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/SorryHead_Responsive.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/SorryHead_Responsive.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] cache-action for [/assets/includes/templates/SorryHead_Responsive.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Filter rejects: GET /assets/includes/templates/SorryHead_Responsive.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860010903296)] "GET /assets/includes/templates/SorryHead_Responsive.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] checking [/assets/includes/templates/variables.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/variables.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/variables.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] cache-action for [/assets/includes/templates/variables.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Filter rejects: GET /assets/includes/templates/variables.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860010903296)] "GET /assets/includes/templates/variables.html" - + 1ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] checking [/assets/includes/templates/modals_sfa_responsive.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/modals_sfa_responsive.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/modals_sfa_responsive.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] cache-action for [/assets/includes/templates/modals_sfa_responsive.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Filter rejects: GET /assets/includes/templates/modals_sfa_responsive.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860010903296)] "GET /assets/includes/templates/modals_sfa_responsive.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] checking [/assets/includes/templates/popups.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/popups.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/popups.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] cache-action for [/assets/includes/templates/popups.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860010903296)] Filter rejects: GET /assets/includes/templates/popups.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860010903296)] "GET /assets/includes/templates/popups.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] checking [/content/business/src/img/bg-images/login-bg-img.jpg]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/business/src/img/bg-images/login-bg-img.jpg

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/business/src/img/bg-images/login-bg-img.jpg

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] cache-action for [/content/business/src/img/bg-images/login-bg-img.jpg]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Reusing socket: 127.0.0.1:4503

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Connected to backend rend01 (127.0.0.1:4503)

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Adding request header: Host

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Adding request header: Accept

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Adding request header: Referer

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Adding request header: Accept-Language

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Adding request header: User-Agent

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Adding request header: Accept-Encoding

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Adding request header: DNT

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Adding request header: Cookie

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Adding request header: x-mobile

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Adding request header: x-browserUrl

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Adding request header: X-Forwarded-Host

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Adding request header: X-Forwarded-Server

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Adding request header: ct_request_id

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Adding request header: Via

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Adding request header: X-Forwarded-For

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Adding request header: Server-Agent

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Storing socket for later reuse: 127.0.0.1:4503

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860009838336)] "GET /content/business/src/img/bg-images/login-bg-img.jpg" 404 - 8ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] checking [/sorry/sorry.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/sorry/sorry.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/sorry/sorry.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] cache-action for [/sorry/sorry.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Filter rejects: GET /sorry/sorry.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860009838336)] "GET /sorry/sorry.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] checking [/assets/includes/templates/SorryHead_Responsive.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/SorryHead_Responsive.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/SorryHead_Responsive.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] cache-action for [/assets/includes/templates/SorryHead_Responsive.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Filter rejects: GET /assets/includes/templates/SorryHead_Responsive.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860009838336)] "GET /assets/includes/templates/SorryHead_Responsive.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] checking [/assets/includes/templates/variables.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/variables.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/variables.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] cache-action for [/assets/includes/templates/variables.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Filter rejects: GET /assets/includes/templates/variables.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860009838336)] "GET /assets/includes/templates/variables.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] checking [/assets/includes/templates/modals_sfa_responsive.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/modals_sfa_responsive.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/modals_sfa_responsive.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] cache-action for [/assets/includes/templates/modals_sfa_responsive.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Filter rejects: GET /assets/includes/templates/modals_sfa_responsive.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860009838336)] "GET /assets/includes/templates/modals_sfa_responsive.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Found farm website for webdmzpt1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] checking [/assets/includes/templates/popups.html]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/popups.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/assets/includes/templates/popups.html

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] cache-action for [/assets/includes/templates/popups.html]: CREATE

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860009838336)] Filter rejects: GET /assets/includes/templates/popups.html HTTP/1.1

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860009838336)] "GET /assets/includes/templates/popups.html" - + 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860022085376)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860022085376)] checking [/etc/designs/ewcmsc/consumer/clientlibs-all.min.css]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860022085376)] cache-action for [/etc/designs/ewcmsc/consumer/clientlibs-all.min.css]: DELIVER

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860022085376)] request declined

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860022085376)] "GET /etc/designs/ewcmsc/consumer/clientlibs-all.min.css" - - 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860011169536)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860011169536)] checking [/etc/designs/ewcm/clientlib/js/mbox.js]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860011169536)] cache-action for [/etc/designs/ewcm/clientlib/js/mbox.js]: DELIVER

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860011169536)] request declined

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860011169536)] "GET /etc/designs/ewcm/clientlib/js/mbox.js" - - 0ms

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860124657408)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860124657408)] checking [/etc/designs/ewcmsc/consumer/clientlibs-all.min.js]

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860124657408)] cache-action for [/etc/designs/ewcmsc/consumer/clientlibs-all.min.js]: DELIVER

[Fri Jul 14 14:34:05 2017] [D] [pid 12169 (tid 139860124657408)] request declined

[Fri Jul 14 14:34:05 2017] [I] [pid 12169 (tid 139860124657408)] "GET /etc/designs/ewcmsc/consumer/clientlibs-all.min.js" - - 1ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] checking [/libs/granite/csrf/token.json]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/libs/granite/csrf/token.json

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/libs/granite/csrf/token.json

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] cache-action for [/libs/granite/csrf/token.json]: CREATE

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] Reusing socket: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] Connected to backend rend01 (127.0.0.1:4503)

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] Adding request header: Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] Adding request header: User-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] Adding request header: Accept

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] Adding request header: Referer

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] Adding request header: Accept-Encoding

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] Adding request header: Accept-Language

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] Adding request header: Cookie

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] Adding request header: X-Forwarded-Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] Adding request header: X-Forwarded-Server

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] Adding request header: ct_request_id

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] Adding request header: Via

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] Adding request header: X-Forwarded-For

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] Adding request header: Server-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] Backend forbids caching, sent: 'Cache-Control: no-cache'

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] response.status = 200

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] response.headers[Date] = "Fri, 14 Jul 2017 20:34:06 GMT"

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] response.headers[Content-Type] = "application/json; charset=ISO-8859-1"

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] response.headers[Cache-Control] = "no-cache"

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017825536)] Storing socket for later reuse: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860017825536)] "GET /libs/granite/csrf/token.json" 200 2 6ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860009305856)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860009305856)] checking [/etc/designs/ewcm/clientlib-omniture.min.js]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860009305856)] cache-action for [/etc/designs/ewcm/clientlib-omniture.min.js]: DELIVER

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860009305856)] request declined

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860009305856)] "GET /etc/designs/ewcm/clientlib-omniture.min.js" - - 1ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016228096)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016228096)] checking [/etc/designs/ewcm/clientlib/images/mobile-res-home.svg]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016228096)] cache-action for [/etc/designs/ewcm/clientlib/images/mobile-res-home.svg]: DELIVER

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016228096)] request declined

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860016228096)] "GET /etc/designs/ewcm/clientlib/images/mobile-res-home.svg" - - 0ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021552896)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021552896)] checking [/etc/designs/ewcm/clientlib/images/ctl_logo.png]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021552896)] cache-action for [/etc/designs/ewcm/clientlib/images/ctl_logo.png]: DELIVER

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021552896)] request declined

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860021552896)] "GET /etc/designs/ewcm/clientlib/images/ctl_logo.png" - - 0ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011702016)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011702016)] checking [/etc/designs/ewcm/clientlib/images/interstitial-circles.gif]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011702016)] cache-action for [/etc/designs/ewcm/clientlib/images/interstitial-circles.gif]: DELIVER

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011702016)] request declined

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860011702016)] "GET /etc/designs/ewcm/clientlib/images/interstitial-circles.gif" - - 0ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014364416)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014364416)] checking [/etc/designs/ewcm/clientlib/images/mobile-large-business.png]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014364416)] cache-action for [/etc/designs/ewcm/clientlib/images/mobile-large-business.png]: DELIVER

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014364416)] request declined

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860014364416)] "GET /etc/designs/ewcm/clientlib/images/mobile-large-business.png" - - 0ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123592448)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123592448)] checking [/etc/designs/ewcm/clientlib/images/mobile-locator.png]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123592448)] cache-action for [/etc/designs/ewcm/clientlib/images/mobile-locator.png]: DELIVER

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123592448)] request declined

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860123592448)] "GET /etc/designs/ewcm/clientlib/images/mobile-locator.png" - - 0ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860010104576)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860010104576)] checking [/etc/designs/ewcm/clientlib/images/mobile-full-site.png]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860010104576)] cache-action for [/etc/designs/ewcm/clientlib/images/mobile-full-site.png]: DELIVER

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860010104576)] request declined

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860010104576)] "GET /etc/designs/ewcm/clientlib/images/mobile-full-site.png" - - 0ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] checking [/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col0/actioncard_copy.img.png/1471469816783.png]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col0/actioncard_copy.img.png/1471469816783.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col0/actioncard_copy.img.png/1471469816783.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] cache-action for [/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col0/actioncard_copy.img.png/1471469816783.png]: CREATE

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] Reusing socket: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] Connected to backend rend01 (127.0.0.1:4503)

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] Adding request header: Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] Adding request header: User-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] Adding request header: Accept

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] Adding request header: Referer

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] Adding request header: Accept-Encoding

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] Adding request header: Accept-Language

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] Adding request header: Cookie

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] Adding request header: X-Forwarded-Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] Adding request header: X-Forwarded-Server

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] Adding request header: ct_request_id

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] Adding request header: Via

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] Adding request header: X-Forwarded-For

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] Adding request header: Server-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] Cache file successfully created: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col0/actioncard_copy.img.png/1471469816783.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860123858688)] Storing socket for later reuse: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860123858688)] "GET /content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col0/actioncard_copy.img.png/1471469816783.png" - + 15ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] checking [/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col1/actioncard_0_copy.img.png/1471469995927.png]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col1/actioncard_0_copy.img.png/1471469995927.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col1/actioncard_0_copy.img.png/1471469995927.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] cache-action for [/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col1/actioncard_0_copy.img.png/1471469995927.png]: CREATE

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] Reusing socket: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] Connected to backend rend01 (127.0.0.1:4503)

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] Adding request header: Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] Adding request header: User-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] Adding request header: Accept

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] Adding request header: Referer

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] Adding request header: Accept-Encoding

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] Adding request header: Accept-Language

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] Adding request header: Cookie

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] Adding request header: X-Forwarded-Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] Adding request header: X-Forwarded-Server

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] Adding request header: ct_request_id

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] Adding request header: Via

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] Adding request header: X-Forwarded-For

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] Adding request header: Server-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] Cache file successfully created: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col1/actioncard_0_copy.img.png/1471469995927.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860017026816)] Storing socket for later reuse: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860017026816)] "GET /content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col1/actioncard_0_copy.img.png/1471469995927.png" - + 12ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] checking [/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col2/actioncard_0_copy_31.img.png/1480536952291.png]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col2/actioncard_0_copy_31.img.png/1480536952291.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col2/actioncard_0_copy_31.img.png/1480536952291.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] cache-action for [/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col2/actioncard_0_copy_31.img.png/1480536952291.png]: CREATE

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] Reusing socket: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] Connected to backend rend01 (127.0.0.1:4503)

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] Adding request header: Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] Adding request header: User-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] Adding request header: Accept

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] Adding request header: Referer

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] Adding request header: Accept-Encoding

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] Adding request header: Accept-Language

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] Adding request header: Cookie

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] Adding request header: X-Forwarded-Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] Adding request header: X-Forwarded-Server

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] Adding request header: ct_request_id

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] Adding request header: Via

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] Adding request header: X-Forwarded-For

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] Adding request header: Server-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] checking [/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col0/actioncard_0_copy_15.img.png/1480536967100.png]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col0/actioncard_0_copy_15.img.png/1480536967100.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col0/actioncard_0_copy_15.img.png/1480536967100.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] cache-action for [/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col0/actioncard_0_copy_15.img.png/1480536967100.png]: CREATE

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] Reusing socket: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] Connected to backend rend01 (127.0.0.1:4503)

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] Adding request header: Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] Adding request header: User-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] Adding request header: Accept

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] Adding request header: Referer

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] Adding request header: Accept-Encoding

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] Adding request header: Accept-Language

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] Adding request header: Cookie

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] Adding request header: X-Forwarded-Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] Adding request header: X-Forwarded-Server

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] Adding request header: ct_request_id

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] Adding request header: Via

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] Adding request header: X-Forwarded-For

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] Adding request header: Server-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] checking [/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col1/actioncard_copy_9851.img.png/1480536944022.png]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col1/actioncard_copy_9851.img.png/1480536944022.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col1/actioncard_copy_9851.img.png/1480536944022.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] cache-action for [/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col1/actioncard_copy_9851.img.png/1480536944022.png]: CREATE

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] Reusing socket: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] Connected to backend rend01 (127.0.0.1:4503)

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] Adding request header: Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] Adding request header: User-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] Adding request header: Accept

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] Adding request header: Referer

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] Adding request header: Accept-Encoding

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] Adding request header: Accept-Language

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] Adding request header: Cookie

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] Adding request header: X-Forwarded-Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] Adding request header: X-Forwarded-Server

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] Adding request header: ct_request_id

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] Adding request header: Via

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] Adding request header: X-Forwarded-For

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] Adding request header: Server-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] Cache file successfully created: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col2/actioncard_0_copy_31.img.png/1480536952291.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860019689216)] Storing socket for later reuse: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860019689216)] "GET /content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col2/actioncard_0_copy_31.img.png/1480536952291.png" - + 18ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] checking [/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col2/actioncard_copy_1825.img.png/1471471074158.png]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col2/actioncard_copy_1825.img.png/1471471074158.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col2/actioncard_copy_1825.img.png/1471471074158.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] cache-action for [/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col2/actioncard_copy_1825.img.png/1471471074158.png]: CREATE

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] Reusing socket: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] Connected to backend rend01 (127.0.0.1:4503)

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] Adding request header: Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] Adding request header: User-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] Adding request header: Accept

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] Adding request header: Referer

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] Adding request header: Accept-Encoding

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] Adding request header: Accept-Language

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] Adding request header: Cookie

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] Adding request header: X-Forwarded-Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] Adding request header: X-Forwarded-Server

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] Adding request header: ct_request_id

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] Adding request header: Via

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] Adding request header: X-Forwarded-For

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] Adding request header: Server-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] Cache file successfully created: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col0/actioncard_0_copy_15.img.png/1480536967100.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860014098176)] Storing socket for later reuse: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860014098176)] "GET /content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col0/actioncard_0_copy_15.img.png/1480536967100.png" - + 30ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] Cache file successfully created: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col2/actioncard_copy_1825.img.png/1471471074158.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016494336)] Storing socket for later reuse: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860016494336)] "GET /content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col2/actioncard_copy_1825.img.png/1471471074158.png" - + 26ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] Cache file successfully created: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col1/actioncard_copy_9851.img.png/1480536944022.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015429376)] Storing socket for later reuse: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860015429376)] "GET /content/home/help/_jcr_content/par-above/box_copy/par/columncontrol/col1/actioncard_copy_9851.img.png/1480536944022.png" - + 27ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015961856)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015961856)] checking [/content/home/help/hidden/copyright-footer/_jcr_content/left-par/image.img.png/1480355073651.png]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015961856)] cache-action for [/content/home/help/hidden/copyright-footer/_jcr_content/left-par/image.img.png/1480355073651.png]: DELIVER

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860015961856)] request declined

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860015961856)] "GET /content/home/help/hidden/copyright-footer/_jcr_content/left-par/image.img.png/1480355073651.png" - - 0ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] checking [/etc/designs/ewcm/clientlib/images/landing-top-search.jpg]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/etc/designs/ewcm/clientlib/images/landing-top-search.jpg

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/etc/designs/ewcm/clientlib/images/landing-top-search.jpg

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] cache-action for [/etc/designs/ewcm/clientlib/images/landing-top-search.jpg]: CREATE

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] Reusing socket: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] Connected to backend rend01 (127.0.0.1:4503)

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] Adding request header: Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] Adding request header: User-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] Adding request header: Accept

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] Adding request header: Referer

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] Adding request header: Accept-Encoding

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] Adding request header: Accept-Language

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] Adding request header: Cookie

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] Adding request header: X-Forwarded-Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] Adding request header: X-Forwarded-Server

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] Adding request header: ct_request_id

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] Adding request header: Via

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] Adding request header: X-Forwarded-For

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] Adding request header: Server-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] Cache file successfully created: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/etc/designs/ewcm/clientlib/images/landing-top-search.jpg

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011968256)] Storing socket for later reuse: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860011968256)] "GET /etc/designs/ewcm/clientlib/images/landing-top-search.jpg" - + 10ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] checking [/etc/designs/ewcm/clientlib/images/bg-landing-gradient.jpg]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/etc/designs/ewcm/clientlib/images/bg-landing-gradient.jpg

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/etc/designs/ewcm/clientlib/images/bg-landing-gradient.jpg

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] cache-action for [/etc/designs/ewcm/clientlib/images/bg-landing-gradient.jpg]: CREATE

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] Reusing socket: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] Connected to backend rend01 (127.0.0.1:4503)

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] Adding request header: Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] Adding request header: User-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] Adding request header: Accept

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] Adding request header: Referer

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] Adding request header: Accept-Encoding

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] Adding request header: Accept-Language

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] Adding request header: Cookie

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] Adding request header: X-Forwarded-Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] Adding request header: X-Forwarded-Server

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] Adding request header: ct_request_id

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] Adding request header: Via

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] Adding request header: X-Forwarded-For

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] Adding request header: Server-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] Cache file successfully created: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/etc/designs/ewcm/clientlib/images/bg-landing-gradient.jpg

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860021286656)] Storing socket for later reuse: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860021286656)] "GET /etc/designs/ewcm/clientlib/images/bg-landing-gradient.jpg" - + 8ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] checking [/etc/designs/ewcm/clientlib/images/search-sprite.png]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/etc/designs/ewcm/clientlib/images/search-sprite.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/etc/designs/ewcm/clientlib/images/search-sprite.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] cache-action for [/etc/designs/ewcm/clientlib/images/search-sprite.png]: CREATE

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] Reusing socket: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] Connected to backend rend01 (127.0.0.1:4503)

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] Adding request header: Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] Adding request header: User-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] Adding request header: Accept

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] Adding request header: Referer

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] Adding request header: Accept-Encoding

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] Adding request header: Accept-Language

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] Adding request header: Cookie

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] Adding request header: X-Forwarded-Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] Adding request header: X-Forwarded-Server

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] Adding request header: ct_request_id

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] Adding request header: Via

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] Adding request header: X-Forwarded-For

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] Adding request header: Server-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] checking [/etc/designs/ewcm/clientlib/images/CTL_EWCM_Global_sprite.png]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/etc/designs/ewcm/clientlib/images/CTL_EWCM_Global_sprite.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/etc/designs/ewcm/clientlib/images/CTL_EWCM_Global_sprite.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] cache-action for [/etc/designs/ewcm/clientlib/images/CTL_EWCM_Global_sprite.png]: CREATE

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] Reusing socket: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] Connected to backend rend01 (127.0.0.1:4503)

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] Adding request header: Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] Adding request header: User-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] Adding request header: Accept

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] Adding request header: Referer

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] Adding request header: Accept-Encoding

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] Adding request header: Accept-Language

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] Adding request header: Cookie

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] Adding request header: X-Forwarded-Host

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] Adding request header: X-Forwarded-Server

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] Adding request header: ct_request_id

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] Adding request header: Via

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] Adding request header: X-Forwarded-For

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] Adding request header: Server-Agent

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018358016)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018358016)] checking [/etc/designs/ewcm/clientlib/images/logos/global_nav_sprite.png]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018358016)] cache-action for [/etc/designs/ewcm/clientlib/images/logos/global_nav_sprite.png]: DELIVER

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018358016)] request declined

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860018358016)] "GET /etc/designs/ewcm/clientlib/images/logos/global_nav_sprite.png" - - 0ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860124923648)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860124923648)] checking [/etc/designs/ewcm/clientlib/images/mobile-res-home-grey.svg]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860124923648)] cache-action for [/etc/designs/ewcm/clientlib/images/mobile-res-home-grey.svg]: DELIVER

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860124923648)] request declined

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860124923648)] "GET /etc/designs/ewcm/clientlib/images/mobile-res-home-grey.svg" - - 0ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] Cache file successfully created: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/etc/designs/ewcm/clientlib/images/CTL_EWCM_Global_sprite.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860011435776)] Storing socket for later reuse: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860011435776)] "GET /etc/designs/ewcm/clientlib/images/CTL_EWCM_Global_sprite.png" - + 8ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] Cache file successfully created: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/etc/designs/ewcm/clientlib/images/search-sprite.png

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860018091776)] Storing socket for later reuse: 127.0.0.1:4503

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860018091776)] "GET /etc/designs/ewcm/clientlib/images/search-sprite.png" - + 31ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860013831936)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860013831936)] checking [/etc/designs/ewcm/clientlib/images/mobile-large-business-grey.svg]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860013831936)] cache-action for [/etc/designs/ewcm/clientlib/images/mobile-large-business-grey.svg]: DELIVER

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860013831936)] request declined

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860013831936)] "GET /etc/designs/ewcm/clientlib/images/mobile-large-business-grey.svg" - - 0ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016760576)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016760576)] checking [/etc/designs/ewcm/clientlib/images/oo_icon.gif]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016760576)] cache-action for [/etc/designs/ewcm/clientlib/images/oo_icon.gif]: DELIVER

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860016760576)] request declined

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860016760576)] "GET /etc/designs/ewcm/clientlib/images/oo_icon.gif" - - 0ms

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860020221696)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860020221696)] checking [/content/home/help.html]

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860020221696)] cache-action for [/content/home/help.html]: DELIVER

[Fri Jul 14 14:34:06 2017] [D] [pid 12169 (tid 139860020221696)] request declined

[Fri Jul 14 14:34:06 2017] [I] [pid 12169 (tid 139860020221696)] "GET /content/home/help.html" - - 0ms

Step6: Dispatcher log after accessing home/help/contact.html page after flush action

[Fri Jul 14 14:35:08 2017] [D] [pid 12169 (tid 139860010370816)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:08 2017] [D] [pid 12169 (tid 139860010370816)] checking [/content/home/help/contact.html]

[Fri Jul 14 14:35:08 2017] [D] [pid 12169 (tid 139860010370816)] cache-action for [/content/home/help/contact.html]: DELIVER

[Fri Jul 14 14:35:08 2017] [D] [pid 12169 (tid 139860010370816)] request declined

[Fri Jul 14 14:35:08 2017] [I] [pid 12169 (tid 139860010370816)] "GET /content/home/help/contact.html" - - 0ms

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860020754176)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860020754176)] checking [/etc/designs/ewcmsc/consumer/clientlibs-all.min.css]

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860020754176)] cache-action for [/etc/designs/ewcmsc/consumer/clientlibs-all.min.css]: DELIVER

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860020754176)] request declined

[Fri Jul 14 14:35:09 2017] [I] [pid 12169 (tid 139860020754176)] "GET /etc/designs/ewcmsc/consumer/clientlibs-all.min.css" - - 0ms

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860019422976)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860019422976)] checking [/etc/designs/ewcm/clientlib/js/mbox.js]

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860019422976)] cache-action for [/etc/designs/ewcm/clientlib/js/mbox.js]: DELIVER

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860019422976)] request declined

[Fri Jul 14 14:35:09 2017] [I] [pid 12169 (tid 139860019422976)] "GET /etc/designs/ewcm/clientlib/js/mbox.js" - - 0ms

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860021819136)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860021819136)] checking [/etc/designs/ewcmsc/consumer/clientlibs-all.min.js]

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860021819136)] cache-action for [/etc/designs/ewcmsc/consumer/clientlibs-all.min.js]: DELIVER

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860021819136)] request declined

[Fri Jul 14 14:35:09 2017] [I] [pid 12169 (tid 139860021819136)] "GET /etc/designs/ewcmsc/consumer/clientlibs-all.min.js" - - 0ms

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860019156736)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860019156736)] checking [/etc/designs/ewcm/clientlib-omniture.min.js]

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860019156736)] cache-action for [/etc/designs/ewcm/clientlib-omniture.min.js]: DELIVER

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860019156736)] request declined

[Fri Jul 14 14:35:09 2017] [I] [pid 12169 (tid 139860019156736)] "GET /etc/designs/ewcm/clientlib-omniture.min.js" - - 0ms

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] checking [/libs/granite/csrf/token.json]

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/libs/granite/csrf/token.json

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/libs/granite/csrf/token.json

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] cache-action for [/libs/granite/csrf/token.json]: CREATE

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] Reusing socket: 127.0.0.1:4503

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] Connected to backend rend01 (127.0.0.1:4503)

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] Adding request header: Host

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] Adding request header: User-Agent

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] Adding request header: Accept

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] Adding request header: Referer

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] Adding request header: Accept-Encoding

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] Adding request header: Accept-Language

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] Adding request header: Cookie

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] Adding request header: X-Forwarded-Host

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] Adding request header: X-Forwarded-Server

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] Adding request header: ct_request_id

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] Adding request header: Via

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] Adding request header: X-Forwarded-For

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] Adding request header: Server-Agent

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] Backend forbids caching, sent: 'Cache-Control: no-cache'

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] response.status = 200

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] response.headers[Date] = "Fri, 14 Jul 2017 20:35:09 GMT"

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] response.headers[Content-Type] = "application/json; charset=ISO-8859-1"

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] response.headers[Cache-Control] = "no-cache"

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860124391168)] Storing socket for later reuse: 127.0.0.1:4503

[Fri Jul 14 14:35:09 2017] [I] [pid 12169 (tid 139860124391168)] "GET /libs/granite/csrf/token.json" 200 2 8ms

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860010637056)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860010637056)] checking [/etc/designs/ewcm/clientlib/images/interstitial-circles.gif]

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860010637056)] cache-action for [/etc/designs/ewcm/clientlib/images/interstitial-circles.gif]: DELIVER

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860010637056)] request declined

[Fri Jul 14 14:35:09 2017] [I] [pid 12169 (tid 139860010637056)] "GET /etc/designs/ewcm/clientlib/images/interstitial-circles.gif" - - 0ms

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860012234496)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860012234496)] checking [/etc/designs/ewcm/clientlib/images/mobile-locator.png]

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860012234496)] cache-action for [/etc/designs/ewcm/clientlib/images/mobile-locator.png]: DELIVER

[Fri Jul 14 14:35:09 2017] [D] [pid 12169 (tid 139860012234496)] request declined

[Fri Jul 14 14:35:09 2017] [I] [pid 12169 (tid 139860012234496)] "GET /etc/designs/ewcm/clientlib/images/mobile-locator.png" - - 0ms

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860012500736)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860012500736)] checking [/content/home/help/hidden/copyright-footer/_jcr_content/left-par/image.img.png/1480355073651.png]

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860012500736)] cache-action for [/content/home/help/hidden/copyright-footer/_jcr_content/left-par/image.img.png/1480355073651.png]: DELIVER

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860012500736)] request declined

[Fri Jul 14 14:35:10 2017] [I] [pid 12169 (tid 139860012500736)] "GET /content/home/help/hidden/copyright-footer/_jcr_content/left-par/image.img.png/1480355073651.png" - - 0ms

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860012766976)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860012766976)] checking [/etc/designs/ewcm/clientlib/images/mobile-res-home.svg]

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860012766976)] cache-action for [/etc/designs/ewcm/clientlib/images/mobile-res-home.svg]: DELIVER

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860012766976)] request declined

[Fri Jul 14 14:35:10 2017] [I] [pid 12169 (tid 139860012766976)] "GET /etc/designs/ewcm/clientlib/images/mobile-res-home.svg" - - 0ms

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860008507136)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860008507136)] checking [/etc/designs/ewcm/clientlib/images/mobile-full-site.png]

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860008507136)] cache-action for [/etc/designs/ewcm/clientlib/images/mobile-full-site.png]: DELIVER

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860008507136)] request declined

[Fri Jul 14 14:35:10 2017] [I] [pid 12169 (tid 139860008507136)] "GET /etc/designs/ewcm/clientlib/images/mobile-full-site.png" - - 0ms

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860015163136)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860015163136)] checking [/etc/designs/ewcm/clientlib/images/ctl_logo.png]

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860015163136)] cache-action for [/etc/designs/ewcm/clientlib/images/ctl_logo.png]: DELIVER

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860015163136)] request declined

[Fri Jul 14 14:35:10 2017] [I] [pid 12169 (tid 139860015163136)] "GET /etc/designs/ewcm/clientlib/images/ctl_logo.png" - - 0ms

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860124124928)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860124124928)] checking [/etc/designs/ewcm/clientlib/images/mobile-large-business.png]

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860124124928)] cache-action for [/etc/designs/ewcm/clientlib/images/mobile-large-business.png]: DELIVER

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860124124928)] request declined

[Fri Jul 14 14:35:10 2017] [I] [pid 12169 (tid 139860124124928)] "GET /etc/designs/ewcm/clientlib/images/mobile-large-business.png" - - 1ms

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860022351616)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860022351616)] checking [/etc/designs/ewcm/clientlib/images/logos/global_nav_sprite.png]

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860022351616)] cache-action for [/etc/designs/ewcm/clientlib/images/logos/global_nav_sprite.png]: DELIVER

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860022351616)] request declined

[Fri Jul 14 14:35:10 2017] [I] [pid 12169 (tid 139860022351616)] "GET /etc/designs/ewcm/clientlib/images/logos/global_nav_sprite.png" - - 0ms

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013565696)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013565696)] checking [/etc/designs/ewcm/clientlib/images/oo_icon.gif]

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013565696)] cache-action for [/etc/designs/ewcm/clientlib/images/oo_icon.gif]: DELIVER

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013565696)] request declined

[Fri Jul 14 14:35:10 2017] [I] [pid 12169 (tid 139860013565696)] "GET /etc/designs/ewcm/clientlib/images/oo_icon.gif" - - 0ms

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860008773376)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860008773376)] checking [/etc/designs/ewcm/clientlib/images/mobile-res-home-grey.svg]

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860008773376)] cache-action for [/etc/designs/ewcm/clientlib/images/mobile-res-home-grey.svg]: DELIVER

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860008773376)] request declined

[Fri Jul 14 14:35:10 2017] [I] [pid 12169 (tid 139860008773376)] "GET /etc/designs/ewcm/clientlib/images/mobile-res-home-grey.svg" - - 1ms

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860019955456)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860019955456)] checking [/etc/designs/ewcm/clientlib/images/mobile-large-business-grey.svg]

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860019955456)] cache-action for [/etc/designs/ewcm/clientlib/images/mobile-large-business-grey.svg]: DELIVER

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860019955456)] request declined

[Fri Jul 14 14:35:10 2017] [I] [pid 12169 (tid 139860019955456)] "GET /etc/designs/ewcm/clientlib/images/mobile-large-business-grey.svg" - - 0ms

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860014630656)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860014630656)] checking [/content/home/help/contact.html]

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860014630656)] cache-action for [/content/home/help/contact.html]: DELIVER

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860014630656)] request declined

[Fri Jul 14 14:35:10 2017] [I] [pid 12169 (tid 139860014630656)] "GET /content/home/help/contact.html" - - 0ms

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860018624256)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860018624256)] checking [/content/home/help/hidden/repair-chat-iframe.html]

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860018624256)] cache-action for [/content/home/help/hidden/repair-chat-iframe.html]: DELIVER

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860018624256)] request declined

[Fri Jul 14 14:35:10 2017] [I] [pid 12169 (tid 139860018624256)] "GET /content/home/help/hidden/repair-chat-iframe.html" - - 0ms

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] checking [/libs/granite/csrf/token.json]

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] cachefile does not exist: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/libs/granite/csrf/token.json

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] try to create new cachefile: /app/apache/websvr/ewcmPublishDen-50000/server/htdocs/libs/granite/csrf/token.json

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] cache-action for [/libs/granite/csrf/token.json]: CREATE

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] Reusing socket: 127.0.0.1:4503

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] Connected to backend rend01 (127.0.0.1:4503)

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] Adding request header: Host

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] Adding request header: User-Agent

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] Adding request header: Accept

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] Adding request header: Referer

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] Adding request header: Accept-Encoding

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] Adding request header: Accept-Language

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] Adding request header: Cookie

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] Adding request header: X-Forwarded-Host

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] Adding request header: X-Forwarded-Server

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] Adding request header: ct_request_id

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] Adding request header: Via

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] Adding request header: X-Forwarded-For

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] Adding request header: Server-Agent

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] Backend forbids caching, sent: 'Cache-Control: no-cache'

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] response.status = 200

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] response.headers[Date] = "Fri, 14 Jul 2017 20:35:10 GMT"

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] response.headers[Content-Type] = "application/json; charset=ISO-8859-1"

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] response.headers[Cache-Control] = "no-cache"

[Fri Jul 14 14:35:10 2017] [D] [pid 12169 (tid 139860013033216)] Storing socket for later reuse: 127.0.0.1:4503

[Fri Jul 14 14:35:10 2017] [I] [pid 12169 (tid 139860013033216)] "GET /libs/granite/csrf/token.json" 200 2 4ms

[Fri Jul 14 14:35:11 2017] [D] [pid 12169 (tid 139860009039616)] Found farm website for webdmzqa1.centurylink.com

[Fri Jul 14 14:35:11 2017] [D] [pid 12169 (tid 139860009039616)] checking [/content/home/help/hidden/repair-chat-iframe.html]

[Fri Jul 14 14:35:11 2017] [D] [pid 12169 (tid 139860009039616)] cache-action for [/content/home/help/hidden/repair-chat-iframe.html]: DELIVER

[Fri Jul 14 14:35:11 2017] [D] [pid 12169 (tid 139860009039616)] request declined

[Fri Jul 14 14:35:11 2017] [I] [pid 12169 (tid 139860009039616)] "GET /content/home/help/hidden/repair-chat-iframe.html" - - 1ms

Step7: Dispatcher htdocs timestamp for home/help.html

No change  for help.html

state-2a.JPG

Step8: Dispatcher htdocs timestamp for home/help/contact.html

state-2b.JPG

Step9: Change in dispatcher flush path

Adding /content/home/help to flush paths

dispflush-2.JPG

Step 10: htdocs entries after flush with new path

You can see help.html is  deleted

state-3a.JPG

Step 11: htdocs after accessing home/help.html page after flush

You can see help.html cached again fresh with the new path entry in flushpath list

state-3b.JPG

Avatar

Employee

What's the stat level and and invalidate config I your dispatcher.any?

Avatar

Level 3

/invalidate

        {

        /0000

          {

          /glob "*"

          /type "deny"

          }

        }

   /statfileslevel "1"

Avatar

Correct answer by
Employee

Check out .. https://docs.adobe.com/docs/en/dispatcher/disp-config.html#Automatically Invalidating Cached Files  -- This should solve your problem. With your deny all, you're effectively doing resource-only flushing for everything.

Avatar

Level 3

Thank you that resolved it, after adding allow for *.html

Avatar

Level 3

That worked for dispatcher flush agent but using { /glob "*.html" /type "allow" } caused the entire cache to be invalidated after activating a page in the directory

Avatar

Employee Advisor

In that case you need to set the parameter "statfilelevel" correctly.

Jörg