On Thu 30.Jun'16 at 15:21:05 +0200, Thuban wrote: > * C. L. Martinez <[email protected]> le [30-06-2016 12:50:36 +0000]: > > 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 "yourdomain.com" { > ... > no log > } > > > You might want to keep access log. Separate errors in another file : > > > server "yourdomain.com" { > ... > log access "yourdomain.access.log" > log error "yourdomain.errors.log" > } > > > see man httpd.conf for more :) > > > -- > /Thuban/ >
Thanks Thuban, but I want to log all requests to this web server :) -- Greetings, C. L. Martinez

