maintainserver.dita 1.1 KB

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