clearxs.1
上传用户:lampled
上传日期:2007-01-07
资源大小:94k
文件大小:2k
源码类别:

Web服务器

开发平台:

Unix_Linux

  1. .TH CLEARXS 1 "26 March 1996"
  2. .SH NAME
  3. clearxs - Updates the WWW counter file every day
  4. .SH SYNOPSIS
  5. .ta 8n
  6. .B clearxs
  7. [
  8. .I options
  9. ]
  10. .LP 
  11. .SH DESCRIPTION OF CLEARXS
  12. CLEARXS is a program that you should install in fIcronfP's table.
  13. What it does is clear some of the fields in the WWW counter file every night.
  14. This is so that the counter can assume three values: a day counter, a
  15. month counter and a total counter. This program resets the day counter
  16. to 0 every day and the month counter to 0 every first of the month.
  17. .SH OPTIONS
  18. The program has three options:
  19. .TP
  20. .B -d
  21. This makes the program clear all the day counters, but leaves the other
  22. counters as they were. This option should be used every night.
  23. .TP
  24. .B -m
  25. This makes the program clear the day and the month counter. The total
  26. counter is left as it was. This should be run by fIcronfP every first of
  27. the month.
  28. .TP
  29. .B -T
  30. Clears all the counters. Do NOT use :)
  31. .SH EXAMPLE
  32. The following can be used as a cron table entry:
  33. .LP
  34. 0       0       2-31    *       *       root    clearxs -d
  35. .br
  36. 0       0       1       *       *       root    clearxs -m
  37. .SH ACKNOWLEDGEMENTS
  38. I thank all the members at MCGV Stack who are actively involved in the
  39. entire WWW happening.
  40. .SH SEE ALSO
  41. http://www.stack.nl/~sven/xs-httpd/
  42. .br
  43. httpd(1), xspasswd(1), imagemap(1), readxs(1), gfxcount(1), xsindex(1),
  44. httpdc(1)
  45. .SH COPYRIGHT
  46. All the programs in the XS-HTTPD package are copyright (C) 1995, 1996
  47. by Sven Berkvens, except the imagemapper.
  48. .SH AUTHOR
  49. The author of the XS WWW server and its accompanying programs is
  50. Sven Berkvens (sven@stack.nl). I made all the programs,
  51. except the imagemapper, which I took from the NCSA distribution,
  52. but I cleaned it up.