emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [elpa] externals/marginalia 94fc7f0: README: Add ELPA badge


From: Jean Louis
Subject: Re: [elpa] externals/marginalia 94fc7f0: README: Add ELPA badge
Date: Thu, 10 Jun 2021 03:19:43 +0300
User-agent: Mutt/2.0.7+183 (3d24855) (2021-05-28)

* Stefan Monnier <monnier@iro.umontreal.ca> [2021-06-09 23:55]:
> > You should be able to use the Apache "Header" directive, something like:
> >
> >   Header set Cache-control "s-maxage=86400, public"
> 
> I tried adding
> 
>     <Filesmatch "\.svg$">
>         Header set Cache-control "s-maxage=86400, public"
>     </Filesmatch>
> 
> to apache2.conf, but it gave me:
> 
>     ... apachectl[..]: AH00526: Syntax error on line 189 
>     ... apachectl[..]: Invalid command 'Header', perhaps 

Maybe you have to enable module:
https://httpd.apache.org/docs/2.4/mod/mod_cache.html

$ a2enmod 

then enable `headers' and `cache'


-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]