Honoured monks.
Maybe this question is a little off topic, but I'll search for your wisdom anyway, hoping you will forgive me. I have written a counter script to keep track of visitors to my website. I don't want the counter to be visible except on my private statistics-page. I am calling the program through an SSI exec command. The script should not return anything visible to the page that called it. If I do nothing or just sends a 'Html/1.0 204 No response', I get an error in the Apache log about malformed headers or premature end of headers. If I also sends the usual Content-type header I get no error, but then the No Response header is printed on my webpage. How can I avoid this and just have my script executed witout any output to the webpage and no errors in the log.