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