blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px
#715FFA solid !important; padding-left:1ex !important; background-color:white
!important; } Looks good, although I'd probably start with no config first,
verify background fetch works the way you want it to work, then add config
after that to filter out as appropriate.
On Thursday, February 4, 2016, 5:12 AM, Muhammad Faisal <[email protected]>
wrote:
Hi Sudheer,
Recompiled the ATS with --enable-experimental-plugins. Below is the configs I
have done. Is this enough? Is there any specific logs generated for this
plugin? How to verify?
background_fetch.config:
[root@ats trafficserver]# cat background_fetch.config
exclude Content -Length < 1000
include Content-Type video/x-flv
include Content-Type video/mp4
include Content-Type video/x-msvideo
include Content-Type video/x-ms-wmv
exclude Content-Type text
include Content-Type video/quicktime
include Content-Type video/3gpp
include Content-Type application/octet-stream
Plugin.config Entry:
background_fetch.so --config background_fetch.config
On service restart Logs show plugin loaded:
[Feb 4 08:07:14.163] Server {0x2b3cf2498340} NOTE: <Plugin.cc:84
(plugin_load)> loading plugin
'/usr/local/libexec/trafficserver/background_fetch.so'
On 2/4/2016 5:30 PM, Muhammad Faisal wrote: