ITS has installed a simple system for tracking page visits, and for displaying visit counts. There are two steps:
- Add the string:
<!--#exec cgi="/cgi-bin/counter"-->
to your page.
- Set the "executable" permission on the page. This must be done at the UNIX shell prompt.
chmod a+x page.html
That's it. The above string will be replaced by a series of HTML IMG tags pointing to images of numerals.
Not the answer you were looking for? Try different keyword combinations and if you still can’t find your answer, please
contact us.
Created: Wed, 14 Feb 2007 8:45am
Modified: Thu, 15 Feb 2007 1:23pm