Conditional request not honored in Includes
问题 I'm trying to dynamically concatenate a bunch of javascript files into a single file using the INCLUDE filter. The include.shtml.js test script is <!--#include virtual="/static/script2.js" --> <!--#include virtual="/static/script1.js" --> The virtual server config has both SSIETag and SSILastModified set to On for that file <VirtualHost *:80> ServerName test.dkt ServerAlias test.com UseCanonicalName Off ErrorLog logs/test.dkt-error_log CustomLog logs/test.dkt-access_log combined LogLevel info