webtrouble.dita 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  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="webtrouble" xml:lang="en-us">
  6. <title>Troublshooting Web Server problems</title>
  7. <shortdesc>There are several things to try if your Web Server is not functioning properly.</shortdesc>
  8. <prolog>
  9. <metadata>
  10. <keywords>
  11. <indexterm>troubleshooting</indexterm>
  12. <indexterm>web server</indexterm>
  13. </keywords>
  14. </metadata>
  15. </prolog>
  16. <taskbody>
  17. <steps-unordered>
  18. <step>
  19. <cmd>If others cannot connect to your server, try turning off their firewalls.</cmd>
  20. </step>
  21. <step>
  22. <cmd>If your server is running slowly, try limiting it to 2 or 3 connections.</cmd>
  23. </step>
  24. <step>
  25. <cmd>If your server keeps creating pop-up ads when people access it, please turn them off and things will run
  26. faster.</cmd>
  27. </step>
  28. <step>
  29. <cmd>If these directions are not helpful, please contact your service representative.</cmd>
  30. </step>
  31. </steps-unordered>
  32. </taskbody>
  33. </task>