http://www.acmesystems.it/?id=24
I installed as detailed in above article. The scripts work that is OK But the problem is that the HTTP header is not OK it gives HTTP/1.0 404 instead of HTTP/1.0 200 An example grabbed with ethereal follows. Does anyone know why I get a bad header (and how to fix it?) I found already this article http://mhonarc.axis.se/dev-etrax/msg04776.html but this does solve my problem (I think). Thanks a lot for your effort, Best regards, Edwin --- GET /index.php?=PHPE9568F35-D428-11d2-A769-00AA001ACF42 HTTP/1.0 Host: 192.168.0.90 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070220 Firefox/2.0.0.2 Accept: image/png,*/*;q=0.5 Accept-Language: nl,en-us;q=0.7,en;q=0.3 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Referer: http://192.168.0.90/index.php Cookie: PHPSESSID=ke1hon04dmu3je75td85tsa2f1 Via: 1.1 werkpc.dreamsolution.nl:3128 (squid/2.5.STABLE13) X-Forwarded-For: 127.0.0.1 Cache-Control: max-age=0 Connection: keep-alive HTTP/1.0 404 <================== BAD HEADER SHOULD BE '200 OK ' X-Powered-By: PHP/5.0.5 Content-Type: image/gif
