webtrouble.dita 1.1 KB

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