
On 10 September 2013 08:51, Gregory Machin <clubbing80s(a)gmail.com> wrote:
At a quick gues Id say that the php module is not enabled, or there is an issue with the file assocations .
Any errors in the apache logs ?
Have found an entry in the error log ... [Mon Sep 09 16:23:16 2013] [error] [client 127.0.0.1] File does not exist: /var/www/favicon.ico ... and this is the access log ... 127.0.0.1 - - [09/Sep/2013:23:29:54 +1200] "GET /favicon.ico HTTP/1.1" 404 498 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/28.0.1500.71 Chrome/28.0.1500.71 Safari/537.36" I found a file favicon.ico somewhere else on the computer (belongs to VLC) and copied it into /var/www. It fixed the "file not found" problem, but otherwise had no effect. Michael