1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- This file is obsolete -->
<HTML>
<!--
``The contents of this file are subject to the Erlang Public License,
Version 1.1, (the "License"); you may not use this file except in
compliance with the License. You should have received a copy of the
Erlang Public License along with this software. If not, it can be
retrieved via the world wide web at http://www.erlang.org/.
Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
the License for the specific language governing rights and limitations
under the License.
The Initial Developer of the Original Code is Ericsson Utvecklings AB.
Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings
AB. All Rights Reserved.''
$Id$
-->
<HEAD>
<TITLE>Inets 4.7.6</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER>
<A HREF="http://www.erlang.se/"><IMG ALT="Erlang/OTP" BORDER=0 SRC="html/min_head.gif"></A><BR>
<FONT SIZE="-1">
[<A HREF="../../../doc/index.html">Up</A> |
<A HREF="http://www.erlang.se/">Erlang/OTP</A>]
</FONT><BR>
<P><FONT SIZE="+3">Inets</FONT><BR>
Version 4.7.6
</CENTER>
<P><TABLE>
<TR>
<TD>
<IMG ALIGN=LEFT ALT="Inets" SRC="html/inets.gif">
</TD>
<TD>
<P><STRONG>Inets</STRONG> is a
container for Internet clients and servers. Currently, an HTTP server
and an FTP client has been incorporated in Inets. The HTTP server is an
efficient implementation of <STRONG>HTTP 1.0</STRONG> as defined in
<STRONG>RFC 1945</STRONG>, namely a Web server.
<P>The HTTP server is well suited for both embedded systems and more
traditional settings due to its characteristics, for example
<EM>Efficient use of light-weight processes</EM>, <EM>Robustness</EM>,
<EM>On-the fly code upgrade</EM> and
<EM><A HREF="http://www.apache.org">Apache</A> compatibility</EM>.
<P>The HTTP server implements a subset of the config directives used
by Apache. Inets supports numerous features all being fully
configurable; Secure Sockets Layer, <A HREF="html/mod_esi.html">ESI</A>
(Erlang Scripting Interface),
Common Gateway Interface,
<A HREF="html/mod_auth.html">User Authentication</A> (with
or without Mnesia DBMS support),
Common Logfile Format with or without <code>disk_log(3)</code> support,
<A HREF="html/mod_alias.html">URL Aliasing</A>,
Action Mappings, Directory Listings and SSI (Server-Side Includes).
</TD>
</TR>
</TABLE>
<P><CENTER>
<TABLE CELLPADDING=15>
<TR>
<TD ALIGN=CENTER>
<A HREF="html/application_frame.html"><IMG ALT="Reference Manual" BORDER=0 SRC="html/ref_man.gif"></A><BR>
<FONT SIZE="-1">
<A HREF="html/application_frame.html">Reference Manual</A>
</FONT>
</TD>
<TD ALIGN=CENTER>
<A HREF="html/part_notes_frame.html"><IMG ALT="Release Notes" BORDER=0 SRC="html/notes.gif"></A><BR>
<FONT SIZE="-1">
<A HREF="html/part_notes_frame.html">Release Notes</A>
</FONT>
</TD>
<TD ALIGN=CENTER>
<A HREF="../../../doc/print.html"><IMG ALT="Off-Print" BORDER=0 SRC="html/book.gif"></A><BR>
<FONT SIZE="-1">
<A HREF="../../../doc/print.html">Off-Print</A>
</FONT>
</TD>
</TR>
</TABLE>
</CENTER>
<P><CENTER>
<HR>
<FONT SIZE="-1">
Copyright © 1991-2001
<A HREF="http://www.erlang.se/">Ericsson Utvecklings AB</A>
</FONT>
</CENTER>
</BODY>
</HTML>
|