The problem with background and url seems fixed in the current master. Am 16.08.2010 um 18:38 schrieb Rune 'TheFlyingcorpse' Darrud:
> I've seen this error on several different boxes, not just those with Icinga. > > On my server the error log says the localhost is the one trying to > access it, ie 127.0.0.1. > Is 172.16.14.1 the localhost IP? > > I'm ignoring it, I think its some internal routine for Apache > > On 16 August 2010 17:46, Michael Friedrich > <[email protected]> wrote: >> On 2010-08-11 22:06, Ricardo wrote: >>> Hi >>> >>> This is a patch which stops polluting the httpd daemon error log a bit. >>> >>> changed the Line: >>> -td.linkBox a { margin-left: 5px; padding-left: 10px; background: >>> url(../images/interface/menu_li1.gif) 0 0.35em no-repeat; } >>> to: >>> +td.linkBox a { margin-left: 5px; padding-left: 10px; background-image: >>> url(../images/interface/menu_li1.gif) 0 0.35em no-repeat; } >>> >>> the correct var-name is background-image instead of background. >> >> there are more occurences of that, right? >> >>> >>> >>> I still have sometimes the error: [Wed Aug 11 21:00:06 2010] [error] >>> [client 172.16.14.1] File does not exist: >>> /var/www/localhost/htdocs/favicon.ico >>> >> >> maybe this is browser specific looking for the favicon in the main >> directory, not catching up with the header? >> >> ~/icinga/icinga-core/html $ grep -r favicon * >> >> shows nothing uncommon. >> >> Kind regards, >> Michael >> >> -- >> DI (FH) Michael Friedrich >> >> Vienna University Computer Center >> Universitaetsstrasse 7 A-1010 Vienna, Austria >> >> email: [email protected] >> phone: +43 1 4277 14359 >> fax: +43 1 4277 14279 >> web: http://www.univie.ac.at/zid >> >> Icinga Core& IDOUtils Developer >> http://www.icinga.org >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by >> >> Make an app they can't live without >> Enter the BlackBerry Developer Challenge >> http://p.sf.net/sfu/RIM-dev2dev >> _______________________________________________ >> icinga-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/icinga-devel >> > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > icinga-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/icinga-devel ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ icinga-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/icinga-devel
