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

Web服务器

开发平台:

Unix_Linux

  1. .TH HTTPDC 1 "29 May 1996"
  2. .SH NAME
  3. httpdc - Control program for the XS-HTTPD
  4. .SH SYNOPSIS
  5. .ta 8n
  6. .B httpdc
  7. [
  8. .I options
  9. ] command
  10. .LP 
  11. .SH DESCRIPTION OF HTTPDC
  12. HTTPDC is a program that lets you control the behaviour of the XS-HTTPD.
  13. With this program, you can retrieve its status, kill it, restart it, etc.
  14. .SH OPTIONS
  15. .TP
  16. .B -d rootdir
  17. Specify the root directory of the HTTPD (probably not needed).
  18. .SH COMMANDS
  19. .TP
  20. .B ?
  21. Gives a list of command and their meanings.
  22. .TP
  23. .B help
  24. Gives a list of command and their meanings.
  25. .TP
  26. .B status
  27. Display XS-HTTPD's status. It checks whether the main daemon is running
  28. (which reforks children if they die due to timeouts). It also checks if
  29. the process group is running (main daemon and its children). And it display
  30. how XS-HTTPD was started up last time it was started.
  31. .TP
  32. .B kill
  33. Kills the XS-HTTPD. It kills only the main daemon. That daemon will kill
  34. its children before exiting.
  35. .TP
  36. .B reload
  37. This makes the XS-HTTPD reload its database files
  38. (fImime.typesfP and fIcompress.methodsfP).
  39. .TP
  40. .B restart
  41. Kills the XS-HTTPD, waits until it is completely dead and then restarts
  42. it using the command line arguments that were used last time it was started.
  43. If the HTTPD was not running, it will print a warning and start it anyway.
  44. .TP
  45. .B quit
  46. Quits the control program.
  47. .TP
  48. .B exit
  49. Quits the control program.
  50. .LP
  51. You may also press CTRL-D (or any other key that means End-Of-Input) to
  52. quit the program.
  53. .SH ACKNOWLEDGEMENTS
  54. I thank all the members at MCGV Stack who are actively involved in the
  55. entire WWW happening.
  56. .SH SEE ALSO
  57. http://www.stack.nl/~sven/xs-httpd/
  58. .br
  59. httpd(1), xspasswd(1), imagemap(1), clearxs(1), gfxcount(1), xsindex(1),
  60. readxs(1)
  61. .SH COPYRIGHT
  62. All the programs in the XS-HTTPD package are copyright (C) 1995, 1996
  63. by Sven Berkvens, except the imagemapper.
  64. .SH AUTHOR
  65. The author of the XS WWW server and its accompanying programs is
  66. Sven Berkvens (sven@stack.nl). I made all the programs,
  67. except the imagemapper, which I took from the NCSA distribution,
  68. but I cleaned it up.