aboutsummaryrefslogtreecommitdiff
path: root/assets/js/4837446e.b4d3bf97.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/4837446e.b4d3bf97.js')
-rw-r--r--assets/js/4837446e.b4d3bf97.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/assets/js/4837446e.b4d3bf97.js b/assets/js/4837446e.b4d3bf97.js
deleted file mode 100644
index 6d63f83..0000000
--- a/assets/js/4837446e.b4d3bf97.js
+++ /dev/null
@@ -1 +0,0 @@
-(self.webpackChunksite=self.webpackChunksite||[]).push([[2863],{4137:function(e,r,t){"use strict";t.d(r,{Zo:function(){return c},kt:function(){return f}});var n=t(7294);function o(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function i(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function a(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?i(Object(t),!0).forEach((function(r){o(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):i(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}function s(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var l=n.createContext({}),u=function(e){var r=n.useContext(l),t=r;return e&&(t="function"==typeof e?e(r):a(a({},r),e)),t},c=function(e){var r=u(e.components);return n.createElement(l.Provider,{value:r},e.children)},p={inlineCode:"code",wrapper:function(e){var r=e.children;return n.createElement(n.Fragment,{},r)}},d=n.forwardRef((function(e,r){var t=e.components,o=e.mdxType,i=e.originalType,l=e.parentName,c=s(e,["components","mdxType","originalType","parentName"]),d=u(t),f=o,m=d["".concat(l,".").concat(f)]||d[f]||p[f]||i;return t?n.createElement(m,a(a({ref:r},c),{},{components:t})):n.createElement(m,a({ref:r},c))}));function f(e,r){var t=arguments,o=r&&r.mdxType;if("string"==typeof e||o){var i=t.length,a=new Array(i);a[0]=d;var s={};for(var l in r)hasOwnProperty.call(r,l)&&(s[l]=r[l]);s.originalType=e,s.mdxType="string"==typeof e?e:o,a[1]=s;for(var u=2;u<i;u++)a[u]=t[u];return n.createElement.apply(null,a)}return n.createElement.apply(null,t)}d.displayName="MDXCreateElement"},7979:function(e,r,t){"use strict";t.r(r),t.d(r,{frontMatter:function(){return s},contentTitle:function(){return l},metadata:function(){return u},toc:function(){return c},default:function(){return d}});var n=t(2122),o=t(9756),i=(t(7294),t(4137)),a=["components"],s={title:"UserServer Configuration Options"},l=void 0,u={unversionedId:"gammadocs/roomserver/userserver-configuration-options",id:"gammadocs/roomserver/userserver-configuration-options",isDocsHomePage:!1,title:"UserServer Configuration Options",description:"Logging",source:"@site/docs/gammadocs/roomserver/userserver-configuration-options.md",sourceDirName:"gammadocs/roomserver",slug:"/gammadocs/roomserver/userserver-configuration-options",permalink:"/docs/gammadocs/roomserver/userserver-configuration-options",editUrl:"https://github.com/whirlsplash/site/edit/master/website/docs/gammadocs/roomserver/userserver-configuration-options.md",version:"current",frontMatter:{title:"UserServer Configuration Options"},sidebar:"docs",previous:{title:"Configuration",permalink:"/docs/whirl/configuration"},next:{title:"Packet Information",permalink:"/docs/worldserver-protocol/packet-information"}},c=[{value:"Logging",id:"logging",children:[{value:"InternalHttpServer",id:"internalhttpserver",children:[]},{value:"ExternalHttpServer",id:"externalhttpserver",children:[]},{value:"ScriptServer",id:"scriptserver",children:[]},{value:"BindAddr (UserServer only)",id:"bindaddr-userserver-only",children:[]},{value:"SmtpServer",id:"smtpserver",children:[]},{value:"MailDomain",id:"maildomain",children:[]}]}],p={toc:c};function d(e){var r=e.components,t=(0,o.Z)(e,a);return(0,i.kt)("wrapper",(0,n.Z)({},p,t,{components:r,mdxType:"MDXLayout"}),(0,i.kt)("h2",{id:"logging"},"Logging"),(0,i.kt)("p",null,'Inclusion of this keyword enables logging of every command that passes over the network (both\ninput and output), as well as logging of various other information. It is primarily intended to be\nused for debugging. All of this debugging information is appended to the ".out" file not the ".log"\nfile.'),(0,i.kt)("p",null,"Logging can also be toggled on and off while the UserServer is running by sending the server\nSIGUSR1: ",(0,i.kt)("inlineCode",{parentName:"p"},"kill -USR1 pid")),(0,i.kt)("p",null,"Use logging carefully, it generates a very large amount of output to the UserServer output file.\nLogging functionality and these keywords are only available in UserServers that have been compiled\nfor Worlds' internal use."),(0,i.kt)("p",null,"This feature is disabled by default."),(0,i.kt)("h3",{id:"internalhttpserver"},"InternalHttpServer"),(0,i.kt)("p",null,"This is the base URL of the machine to use for handling HTTP requests for the internal version of\nGamma. For example: ",(0,i.kt)("a",{parentName:"p",href:"http://dev.worlds.net"},"http://dev.worlds.net")),(0,i.kt)("h3",{id:"externalhttpserver"},"ExternalHttpServer"),(0,i.kt)("p",null,"This is the base URL of the machine to use for handling static HTTP requests for the release (i.e.\nexternal) version of Gamma. For example: ",(0,i.kt)("a",{parentName:"p",href:"http://www-static.us.worlds.net"},"http://www-static.us.worlds.net")),(0,i.kt)("h3",{id:"scriptserver"},"ScriptServer"),(0,i.kt)("p",null,"Similar to ExternalHttpServer, this is the URL of the directory where server scripts should be\nexecuted. This is for things like the registration script and various other maintenance scripts.\nExample: ",(0,i.kt)("a",{parentName:"p",href:"http://www-dynamic.us.worlds.net/cgi-bin"},"http://www-dynamic.us.worlds.net/cgi-bin")),(0,i.kt)("h3",{id:"bindaddr-userserver-only"},"BindAddr (UserServer only)"),(0,i.kt)("p",null,"Used when you wish to run two UserServers on a single multi-homed machine. This is really only\nuseful for redirecting traffic on one of the UserServers to a set of remote RoomServers."),(0,i.kt)("h3",{id:"smtpserver"},"SmtpServer"),(0,i.kt)("p",null,"The SMTP server to used to connect to for sending WorldsMail."),(0,i.kt)("h3",{id:"maildomain"},"MailDomain"),(0,i.kt)("p",null,'The DNS domain to use in the "from" address when sending WorldsMail.'))}d.isMDXComponent=!0}}]); \ No newline at end of file