From 545b938fb12396c9e1313a4bacf68f5307941be5 Mon Sep 17 00:00:00 2001
From: Lars Thorsen
Date: Thu, 10 Dec 2015 13:21:13 +0100
Subject: [inets] Correct broken links
---
lib/inets/doc/src/http_server.xml | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/lib/inets/doc/src/http_server.xml b/lib/inets/doc/src/http_server.xml
index 5adae933cd..aeda961714 100644
--- a/lib/inets/doc/src/http_server.xml
+++ b/lib/inets/doc/src/http_server.xml
@@ -22,6 +22,7 @@
HTTP server
+ http_server.xml
@@ -54,12 +55,9 @@
As of Inets 5.0 the HTTP server is an easy to
start/stop and customize web server providing the most basic
- web server functionality. Depending on your needs, there
- are also other Erlang-based web servers that can be of interest
- such as Yaws, which,
- for example, has its own
- markup support to generate HTML and supports certain buzzword
- technologies, such as SOAP.
+ web server functionality. Inets is designed for embedded systems
+ and if you want a full-fledged web server there are exists other
+ erlang open source alternatives.
Almost all server functionality has been implemented using an
especially crafted server API, which is described in the Erlang Web
@@ -530,7 +528,7 @@ http://your.server.org/eval?httpd_example:print(atom_to_list(apply(erlang,halt,[
mod_action - Filetype/Method-Based Script Execution
This module runs CGI scripts whenever a file of a
certain type or HTTP method (see
- RFC 1945RFC 1945)
+ RFC 1945)
is requested.
Uses the following Erlang Web Server API interaction data:
@@ -557,7 +555,7 @@ http://your.server.org/eval?httpd_example:print(atom_to_list(apply(erlang,halt,[
{real_name, PathData}
- PathData is the argument used for API function
- mod_alias:path/3.
+ mod_alias:path/3.
--
cgit v1.2.3