maintainserver.dita 1016 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- This file is part of the DITA Open Toolkit project hosted on
  3. Sourceforge.net. See the accompanying license.txt file for
  4. applicable licenses.-->
  5. <!-- (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. -->
  6. <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
  7. "../../dtd/task.dtd">
  8. <task id="maintainserver" xml:lang="en-us">
  9. <title>Maintaining a Web Server</title>
  10. <shortdesc>Maintaining a web server is really quite easy.</shortdesc>
  11. <prolog><metadata>
  12. <keywords><indexterm>Web Server</indexterm><indexterm>maintain</indexterm>
  13. </keywords>
  14. </metadata></prolog>
  15. <taskbody>
  16. <steps-unordered>
  17. <step><cmd>If the web server crashes, restart it.</cmd></step>
  18. <step><cmd>Limit the number of connections to your server.</cmd><info>This
  19. will make it run faster.</info></step>
  20. <step><cmd>Make sure you do not put confidential material on your server.</cmd>
  21. <info>It should be kept in a separate folder named "Private."</info></step>
  22. </steps-unordered>
  23. </taskbody>
  24. </task>