From 90688d4e15dde83c042d1ec02587773cf3402ec1 Mon Sep 17 00:00:00 2001 From: fuwn Date: Wed, 7 Apr 2021 03:16:35 +0000 Subject: =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Whirlsplash/site?= =?UTF-8?q?@648997799cc50f54f00763e38919c29c8fd91766=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../userserver-configuration-options/index.html | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 docs/gammadocs/roomserver/userserver-configuration-options/index.html (limited to 'docs/gammadocs/roomserver/userserver-configuration-options/index.html') diff --git a/docs/gammadocs/roomserver/userserver-configuration-options/index.html b/docs/gammadocs/roomserver/userserver-configuration-options/index.html new file mode 100644 index 0000000..4311d61 --- /dev/null +++ b/docs/gammadocs/roomserver/userserver-configuration-options/index.html @@ -0,0 +1,47 @@ + + + + + + + +UserServer Configuration Options | Whirlsplash + + + + + + + + + + + + + +
+
Skip to main content

UserServer Configuration Options

Logging#

Inclusion of this keyword enables logging of every command that passes over the network (both +input and output), as well as logging of various other information. It is primarily intended to be +used for debugging. All of this debugging information is appended to the ".out" file not the ".log" +file.

Logging can also be toggled on and off while the UserServer is running by sending the server +SIGUSR1: kill -USR1 pid

Use logging carefully, it generates a very large amount of output to the UserServer output file. +Logging functionality and these keywords are only available in UserServers that have been compiled +for Worlds' internal use.

This feature is disabled by default.

InternalHttpServer#

This is the base URL of the machine to use for handling HTTP requests for the internal version of +Gamma. For example: http://dev.worlds.net

ExternalHttpServer#

This is the base URL of the machine to use for handling static HTTP requests for the release (i.e. +external) version of Gamma. For example: http://www-static.us.worlds.net

ScriptServer#

Similar to ExternalHttpServer, this is the URL of the directory where server scripts should be +executed. This is for things like the registration script and various other maintenance scripts. +Example: http://www-dynamic.us.worlds.net/cgi-bin

BindAddr (UserServer only)#

Used when you wish to run two UserServers on a single multi-homed machine. This is really only +useful for redirecting traffic on one of the UserServers to a set of remote RoomServers.

SmtpServer#

The SMTP server to used to connect to for sending WorldsMail.

MailDomain#

The DNS domain to use in the "from" address when sending WorldsMail.

+ + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3