--- googlecode.com/svn/trunk/meteord.conf.dist 2006/11/20 17:59:30 3 +++ googlecode.com/svn/trunk/meteord.conf.dist 2006/12/08 16:52:58 9 @@ -1,45 +1,45 @@ -###################################################################### -# meteord sample configuratiuon file -# -# You may need to change or add settings in here to get Meteor to do -# what you need on your particular system. See the following page -# in the documentation for full details of all available configuration -# parameters: -# -# http://www.meteorserver.org/server-docs/ -# -###################################################################### - - -# Header template: ~server~, ~timestamp~ and ~status~ will be replaced by -# the appropriate values -# -# The value of HeaderTemplate is reproduced from the default value - it's -# included here for completeness because we've added a HeaderTemplate2 -# (below). HeaderTemplate is designed for use with 'forever frame' -# connections in Microsoft Internet Explorer. HeaderTemplate2 is not -# intended to ever be evaluated as HTML, and therefore is much shorter - it -# is used with the XMLHTTPRequest object. If you are using Meteor with a -# non-browser-based client, there may be no need for a header template at -# all. - -HeaderTemplate HTTP/1.1 ~status~\r\nServer: ~server~\r\nContent-Type: text/html; charset=utf-8\r\nPragma: no-cache\r\nCache-Control: no-cache, no-store, must-revalidate\r\nExpires: Thu, 1 Jan 1970 00:00:00 GMT\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n - -HeaderTemplate2 HTTP/1.1 ~status~\r\nServer: ~server~\r\nContent-Type: text/html; charset=utf-8\r\nPragma: no-cache\r\nCache-Control: no-cache, no-store, must-revalidate\r\nExpires: Thu, 1 Jan 1970 00:00:00 GMT\r\n\r\nparent.Meteor.setServerTime(~servertime~);\r\n - - -# Setting a maximum time limit on streaming connections will help prevent -# zombies from hanging around forever. - -MaxTime 180 - - -# Here PingMessage is the default, but we've adjusted the PingInterval to -# reduce it from the default 5 seconds to 3 seconds. - -PingMessage \r\n -PingInterval 3 - - -# There are many other config parameters that you can set - see the +###################################################################### +# meteord sample configuratiuon file +# +# You may need to change or add settings in here to get Meteor to do +# what you need on your particular system. See the following page +# in the documentation for full details of all available configuration +# parameters: +# +# http://www.meteorserver.org/server-docs/ +# +###################################################################### + + +# Header template: ~server~, ~timestamp~ and ~status~ will be replaced by +# the appropriate values +# +# The value of HeaderTemplate is reproduced from the default value - it's +# included here for completeness because we've added a HeaderTemplate2 +# (below). HeaderTemplate is designed for use with 'forever frame' +# connections in Microsoft Internet Explorer. HeaderTemplate2 is not +# intended to ever be evaluated as HTML, and therefore is much shorter - it +# is used with the XMLHTTPRequest object. If you are using Meteor with a +# non-browser-based client, there may be no need for a header template at +# all. + +HeaderTemplate HTTP/1.1 ~status~\r\nServer: ~server~\r\nContent-Type: text/html; charset=utf-8\r\nPragma: no-cache\r\nCache-Control: no-cache, no-store, must-revalidate\r\nExpires: Thu, 1 Jan 1970 00:00:00 GMT\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n + +HeaderTemplate2 HTTP/1.1 ~status~\r\nServer: ~server~\r\nContent-Type: text/html; charset=utf-8\r\nPragma: no-cache\r\nCache-Control: no-cache, no-store, must-revalidate\r\nExpires: Thu, 1 Jan 1970 00:00:00 GMT\r\n\r\nparent.Meteor.setServerTime(~servertime~);\r\n + + +# Setting a maximum time limit on streaming connections will help prevent +# zombies from hanging around forever. + +MaxTime 180 + + +# Here PingMessage is the default, but we've adjusted the PingInterval to +# reduce it from the default 5 seconds to 3 seconds. + +PingMessage \r\n +PingInterval 3 + + +# There are many other config parameters that you can set - see the # docs for more details. \ No newline at end of file