> >
> > How do I get that the file (docroot)/images/favicon.ico is not loaded
> from the disk but instead from the /tmp/os-favicon.ico?
> 
> Use the Alias directive.
> https://httpd.apache.org/docs/2.4/urlmapping.html
> 

Hmmm, so I am ending up with somwthing like this. Is that really the best way 
to do this?

     61                 Alias "/images/favicon.ico" "/tmp/os-favicon.ico"
     62                 <Location /tmp/favicon.ico>
     63                         Require all granted
     64                 </Location>

Reply via email to