myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [3008] Added new contents to the user manual


From: Giuseppe Scrivano
Subject: [myserver-commit] [3008] Added new contents to the user manual
Date: Sat, 21 Feb 2009 17:25:07 +0000

Revision: 3008
          http://svn.sv.gnu.org/viewvc/?view=rev&root=myserver&revision=3008
Author:   gscrivano
Date:     2009-02-21 17:25:07 +0000 (Sat, 21 Feb 2009)

Log Message:
-----------
Added new contents to the user manual

Modified Paths:
--------------
    trunk/myserver/documentation/basic_configuration.texi
    trunk/myserver/documentation/virtual_hosts.texi

Modified: trunk/myserver/documentation/basic_configuration.texi
===================================================================
--- trunk/myserver/documentation/basic_configuration.texi       2009-02-21 
17:24:10 UTC (rev 3007)
+++ trunk/myserver/documentation/basic_configuration.texi       2009-02-21 
17:25:07 UTC (rev 3008)
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @section Configuration files
-The configuration is done trought three different XML files:
+The MyServer configuration is done using three different XML files:
 
 @itemize
 @item @file{myserver.xml}
@@ -24,11 +24,17 @@
 @item Global scope inside /etc/myserver.
 @end enumerate
 
address@hidden Message localization
+It is possible to change the localization for some MyServer messages
+changing the @code{LANGUAGE} value in the @file{myserver.xml} file.
+By default the english language is used, the value specified here must
+refer to a xml file contained in the @file{languages/} directory.
+
 @section Default resource
 In the @file{myserver.xml} file it is possible to set the default page
-for the sites hosted on MyServer.
+for the HTTP/HTTPS sites hosted on MyServer.
 
-Similar lines already exist in your configuration file:
+Similar lines already exist in the default configuration file:
 
 @example
 <DEFAULT_FILENAME>default.htm</DEFAULT_FILENAME>

Modified: trunk/myserver/documentation/virtual_hosts.texi
===================================================================
--- trunk/myserver/documentation/virtual_hosts.texi     2009-02-21 17:24:10 UTC 
(rev 3007)
+++ trunk/myserver/documentation/virtual_hosts.texi     2009-02-21 17:25:07 UTC 
(rev 3008)
@@ -27,7 +27,7 @@
 @itemize
 @item <NAME>
 it gives the server administrator an idea of what the virtual host
-is such as internal Ethernet, external ethernet or every connection.
+specifying a name for it.
 @item <PORT>
 it is the port used to accept connections.
 @item <IP>
@@ -86,6 +86,20 @@
 Although FTP is used for public file sharing, restrictions may be
 imposed using security file.
 
address@hidden Data throttling
+It is possible to specify a throttling rate for the connection by the
address@hidden value.  It can be specified in any
+configuration file, at a global level, in the virtual host definition
+and in the local security file.
+Its value is specified in bytes/second.
+
+The following line, for example, set the maximum transfer rate to 1
+KByte/second:
+
address@hidden
+    <DEFINE name="connection.throttling" value="1024"/>
address@hidden example
+
 @subsection HTTP specific configuration
 
 @subsubsection The LOCATION element
@@ -106,13 +120,13 @@
 
 @subsubsection HTTP trace command
 MyServer gives you the option to enable the HTTP TRACE command for
-each virtual host. All you need to do is edit the @file{security.xml}
-file of the root of your virtual host (not a subdirectory!  If the
-file doesn't exist, you may create a new one), and add the parameter:
+each virtual host.
 
+This value can be specified in the global and in the virtual host
+configuration.
+
 @example
 <DEFINE name="http.allow_trace" value="YES" />
 @end example
 
-Once you do that, you enable the HTTP TRACE command. By default, it's
-disabled.
+By default, it's disabled.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]