I have written a simple SSI counter, the problem is that it
works fine when I run it on the command line. If I run it in
my .shtml file it does not increment the counter everytime I
reload the page. I tried to display the results of the counter
by displaying it straight to the STDOUT
I have also tried to display the output to an .html file and
then displaying the file
which works just fine,
but the counter does not get incremented on reloading the page.