Re: [users@httpd] caching of HTML5 (MP4)

2019-06-16 Thread Norbert de Jonge
the .htaccess file.The FilesMatch directive is described here: > https://httpd.apache.org/docs/2.4/de/mod/core.html#filesmatch > and the string "\.mp4$" is a Regular Expression to match the file > names. > > > > Kind regards, > r

Re: [users@httpd] caching of HTML5 (MP4)

2019-06-16 Thread Norbert de Jonge
+0200, Norbert de Jonge wrote: > Hi folks, > > When I'm serving up many (huge) MP4 files via HTML5 , and want > heavy caching to keep traffic down, is the following suitable > public_html/.htaccess content? > > = > > > ExpiresActive On > Header set Expir

[users@httpd] caching of HTML5 (MP4)

2019-06-13 Thread Norbert de Jonge
Hi folks, When I'm serving up many (huge) MP4 files via HTML5 , and want heavy caching to keep traffic down, is the following suitable public_html/.htaccess content? = ExpiresActive On Header set Expires "Mon, 27 Mar 2038 13:33:37 GMT" = Thanks! Best regards, Norbert