mi <[EMAIL PROTECTED]> writes: > Hi, > > i have a local apache running, mostly for testing website projects. > > I just found this entry in the apache access log: > > 127.0.0.1 - - [14/Oct/2004:18:06:26 +0200] "GET /ffii/verein/webstyl/news.css > HTTP/1.1" 401 503 "http://swpat.ffii.org/log/04/cons0518/index.de.html" "Mozilla/5.0 > (X11; U; Linux i586; en-US; rv:1.6) Gecko/20040413 Galeon/1.3.15 (Debian package > 1.3.15-2)" > > Normal entries are always local, because all incoming requests on port 80 are > blocked by ipfilter. > > They use to look like: > > woody - michl [14/Oct/2004:02:25:47 +0200] "GET /homewerks/search/google.html > HTTP/1.1" 200 11376 "-" "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.6) > Gecko/20040413 Galeon/1.3.15 (Debian package 1.3.15-2)" > > > What does it mean ? Could wwwoffle be the reason ? > The FFII normally doesn't use sophisticated javascript code.
It could be the page http://swpat.ffii.org/log/04/cons0518/index.de.html contained some invalid HTML or a mistake that said that the stylesheet was located at http://localhost/ffii/verein/webstyl/news.css. This would cause WWWOFFLE or your browser to ask the local Apache for the stylesheet which would explain the log message. It will not be WWWOFFLE just trying the local HTTP server for the page. It would only be if there was a link to a URL with a hostname that was localhost. -- Andrew. ---------------------------------------------------------------------- Andrew M. Bishop [EMAIL PROTECTED] http://www.gedanken.demon.co.uk/ WWWOFFLE users page: http://www.gedanken.demon.co.uk/wwwoffle/version-2.8/user.html
