Re: <Files /images/favicon.ico>

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

 



You want to use <Directory /tmp> instead. I also strongly recommend storing your images in another path.

On Mon, May 15, 2023 at 3:48 AM Marc <Marc@xxxxxxxxxxxxxxxxx> wrote:


> >
> > 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>


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux