On Fri 1.Jul'16 at 7:39:13 +, Stuart Henderson wrote:
> On 2016-06-30, C. L. Martinez wrote:
> > Hi all,
> >
> > Sorry if this question sounds stupid, but how can I avoid this type of
> > entry in OpenBSD's httpd access.log:
> >
> > 172.22.55.1:44710 -> 172.22.55.10, /favicon.ico (404 No
On 2016-06-30, C. L. Martinez wrote:
> Hi all,
>
> Sorry if this question sounds stupid, but how can I avoid this type of entry
> in OpenBSD's httpd access.log:
>
> 172.22.55.1:44710 -> 172.22.55.10, /favicon.ico (404 Not Found), [/]
> [/favicon.ico]
Untested, but in theory: set a location t
On Thu 30.Jun'16 at 15:21:05 +0200, Thuban wrote:
> * C. L. Martinez le [30-06-2016 12:50:36 +]:
> > Hi all,
> >
> > Sorry if this question sounds stupid, but how can I avoid this type of
> entry in OpenBSD's httpd access.log:
> >
> > 172.22.55.1:44710 -> 172.22.55.10, /favicon.ico (404 Not F
Create a favicon.ico file, or ignore the error.
httpd is just reporting that the user's browser is trying to fetch
/favicon.ico and apparently it doesn't exist. Logging that as a 404 is
standard behavior. You don't have one so httpd reports a 404.
There are ways of telling the browser to not ex
On Thu, June 30, 2016 8:50 am, C. L. Martinez wrote:
> Hi all,
>
> Sorry if this question sounds stupid, but how can I avoid this type of
> entry in OpenBSD's httpd access.log:
>
> 172.22.55.1:44710 -> 172.22.55.10, /favicon.ico (404 Not Found), [/]
> [/favicon.ico]
>
> ??
>
Put a favicon.ico th
* C. L. Martinez le [30-06-2016 12:50:36 +]:
> Hi all,
>
> Sorry if this question sounds stupid, but how can I avoid this type of
entry in OpenBSD's httpd access.log:
>
> 172.22.55.1:44710 -> 172.22.55.10, /favicon.ico (404 Not Found), [/]
[/favicon.ico]
>
Hi,
in httpd.conf :
server "yo
6 matches
Mail list logo