Re: Clean OpenBSD's httpd logs

2016-07-01 Thread C. L. Martinez
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

Re: Clean OpenBSD's httpd logs

2016-07-01 Thread Stuart Henderson
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

Re: Clean OpenBSD's httpd logs

2016-06-30 Thread C. L. Martinez
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

Re: Clean OpenBSD's httpd logs

2016-06-30 Thread andrew fabbro
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

Re: Clean OpenBSD's httpd logs

2016-06-30 Thread trondd
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

Re: Clean OpenBSD's httpd logs

2016-06-30 Thread Thuban
* 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