2004-06-13 07:57:50 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<chapter id="content-web">
|
2004-05-07 10:32:10 +08:00
|
|
|
<?dbhtml filename="web.html"?>
|
2002-07-08 04:28:42 +08:00
|
|
|
<title>Web serving</title>
|
|
|
|
|
2003-09-29 22:19:14 +08:00
|
|
|
<para>This chapter includes applications that respond to requests
|
2004-06-03 10:41:04 +08:00
|
|
|
originating from <acronym>LAN</acronym>, intranet and internet clients. Specifically covered are
|
2003-09-29 22:19:14 +08:00
|
|
|
<acronym>HTTP</acronym> requests and <acronym>FTP</acronym>
|
|
|
|
requests.</para>
|
|
|
|
|
2004-06-13 07:57:50 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="apache.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="php.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="proftpd.xml"/>
|
2004-07-19 03:05:57 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="vsftpd.xml"/>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</chapter>
|