cvs commit: apache KEYS

1997-06-05 Thread Chuck Murcko
PUBLIC KEY BLOCK- + + Type bits/keyIDDate User ID + pub 1024/BA20321D 1997/06/05 Chuck Murcko [EMAIL PROTECTED] + + -BEGIN PGP PUBLIC KEY BLOCK- + Version: 2.6.2 + + mQCNAzOW7moAAAEEAMYZlNOxWCjLR/PosadbG+xsrB2unid2LiYoakTFiDIBaZjx

cvs commit: apache-site index.html

1997-06-05 Thread Chuck Murcko
chuck 97/06/05 17:22:39 Modified:. index.html Log: Fixed a small typo. Also removed the sentence The Apache Group believes this release to be stable, and relatively bug-free. from the README,html under apache/dist. Revision ChangesPath 1.20 +1 -1

cvs commit: apache/src/modules/proxy proxy_util.c

1997-06-04 Thread Chuck Murcko
chuck 97/06/04 14:20:28 Modified:src/modules/proxy proxy_util.c Log: Final proxy cleanups for release. Change errant memchr call to memset. Check for NULL read fd in proxy_send_fb() so we minimize risk of a coredump after a timeout on the origin host connection. Revision

cvs commit: apache/src/modules/proxy proxy_util.c

1997-05-31 Thread Chuck Murcko
chuck 97/05/31 15:43:02 Modified:src/modules/proxy proxy_util.c Log: Submitted by: Jozsef Hollosi [EMAIL PROTECTED] Cleanup to remove malloc() from proxy_host2addr. Revision ChangesPath 1.16 +2 -3 apache/src/modules/proxy/proxy_util.c Index:

cvs commit: apache/src CHANGES

1997-05-30 Thread Chuck Murcko
*** *** 1,5 --- 1,7 Changes with Apache 1.2 + *) Fixed open timestamp fd in proxy_cache.c [Chuck Murcko] + *) Added undocumented perl SSI mechanism for -DUSE_PERL_SSI and mod_perl. [Rob Hartill]

cvs commit: apache/src/modules/proxy proxy_cache.c

1997-05-29 Thread Chuck Murcko
chuck 97/05/29 08:16:04 Modified:src/modules/proxy proxy_cache.c Log: Close timestamp file after open/create; partial fix for PR#624 Revision ChangesPath 1.13 +3 -2 apache/src/modules/proxy/proxy_cache.c Index: proxy_cache.c

cvs commit: apache/htdocs/manual/mod mod_proxy.html

1997-05-09 Thread Chuck Murcko
chuck 97/05/09 02:23:03 Modified:htdocs/manual/mod mod_proxy.html Log: Redo 'controlling access to proxy' section, noting that Limit block is required, that Files block is required for versions 1.2b10, and using all allowable methods in the Limit block. Revision

cvs commit: apache/htdocs/manual unixware.html

1997-05-09 Thread Chuck Murcko
chuck 97/05/09 02:34:10 Modified:htdocs/manual unixware.html Log: Add info from DeanRMoeller [EMAIL PROTECTED], PR#466, concerning problems with accept() errors. Revision ChangesPath 1.3 +3 -1 apache/htdocs/manual/unixware.html Index: unixware.html

cvs commit: apache/htdocs/manual/mod mod_proxy.html

1997-04-24 Thread Chuck Murcko
chuck 97/04/24 18:29:58 Modified:htdocs/manual/mod mod_proxy.html Log: Changed back to use of Directory blocks for access control. Clarified location of proxy source in 1.2. Added note that proxy is HTTP 1.0 compliant. Revision ChangesPath 1.19 +6 -6

cvs commit: apache/src/modules/proxy mod_proxy.h

1997-04-15 Thread Chuck Murcko
4. Use a cache expiry database for more efficient GC (Jeremy Wohl) ! 5. Handle multiple IPs for doconnect() ! 6. Bulletproof GC against SIGALRM ! ! Chuck Murcko [EMAIL PROTECTED] 1 Oct 96 */ --- 88,96 4. Use a cache expiry database

cvs commit: apache/src/modules/proxy proxy_ftp.c

1997-04-13 Thread Chuck Murcko
chuck 97/04/13 20:43:34 Modified:src/modules/proxy proxy_ftp.c Log: Encode spaces for displayed filenames in directories. Revision ChangesPath 1.20 +26 -2 apache/src/modules/proxy/proxy_ftp.c Index: proxy_ftp.c

cvs commit: apache/src/modules/proxy proxy_util.c

1997-04-12 Thread Chuck Murcko
chuck 97/04/11 23:17:46 Modified:src/modules/proxy proxy_util.c Log: Fix IP address handling of proxy_host2addr(). Revision ChangesPath 1.13 +9 -10 apache/src/modules/proxy/proxy_util.c Index: proxy_util.c

cvs commit: apache/htdocs/manual/mod directives.html mod_proxy.html

1997-04-12 Thread Chuck Murcko
chuck 97/04/12 11:31:57 Modified:htdocs/manual/mod directives.html mod_proxy.html Log: Added CacheDirLength and CacheDirLevels. Fixed link for CacheLastModifedFactor. Revision ChangesPath 1.16 +3 -1 apache/htdocs/manual/mod/directives.html Index:

cvs commit: apache/htdocs/manual/misc known_bugs.html

1997-04-12 Thread Chuck Murcko
chuck 97/04/12 12:56:13 Modified:htdocs/manual/misc known_bugs.html Log: Updated to 1.2b8 from 1.2b6 Revision ChangesPath 1.9 +4 -4 apache/htdocs/manual/misc/known_bugs.html Index: known_bugs.html

cvs commit: apache/htdocs/manual unixware.html install.html install_1_1.html

1997-04-12 Thread Chuck Murcko
chuck 97/04/12 14:49:33 Modified:htdocs/manual install.html install_1_1.html Added: htdocs/manual unixware.html Log: Add info for building under UnixWare to the 'Compiling and Installing' pages. Revision ChangesPath 1.6 +4 -1

cvs commit: apache/htdocs/manual/misc FAQ.html

1997-04-12 Thread Chuck Murcko
chuck 97/04/12 15:52:44 Modified:htdocs/manual/misc FAQ.html Log: Removed reference to experimental proxy. Revision ChangesPath 1.23 +2 -3 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html

cvs commit: apache/src/modules/proxy proxy_ftp.c

1997-04-12 Thread Chuck Murcko
chuck 97/04/12 22:00:56 Modified:src/modules/proxy proxy_ftp.c Log: Further fine tune for FTP dir display when FTP server fails to format files of very large size properly. Revision ChangesPath 1.18 +2 -1 apache/src/modules/proxy/proxy_ftp.c Index:

cvs commit: apache/src/modules/proxy proxy_ftp.c

1997-04-10 Thread Chuck Murcko
chuck 97/04/10 22:01:54 Modified:src/modules/proxy proxy_ftp.c Log: Improve handling of directories when filenames have spaces in them. Revision ChangesPath 1.16 +16 -0 apache/src/modules/proxy/proxy_ftp.c Index: proxy_ftp.c

cvs commit: apache/src/modules/proxy mod_proxy.c mod_proxy.h proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c

1997-04-10 Thread Chuck Murcko
chuck 97/04/10 22:10:55 Modified:src/modules/proxy mod_proxy.c mod_proxy.h proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c Log: For hosts with multiple IP addresses, try all additional addresses if necessary to get a connect(). Fail only if

cvs commit: apache/src CHANGES

1997-04-10 Thread Chuck Murcko
handling of directories when filenames have spaces in them. ! [Chuck Murcko] ! ! *) For hosts with multiple IP addresses, try all additional addresses if ! necessary to get a connect. Fail only if hostent address list is ! exhausted. [Chuck Murcko] Changes

cvs commit: apache/src CHANGES

1997-04-09 Thread Chuck Murcko
; avoids core dumps an some - of the truncated files. [Chuck Murcko] - Changes with Apache 1.2b8 *) suexec.c doesn't close the log file, allowing CGIs to continue writing --- 2,7

cvs commit: apache/src CHANGES conf.h

1997-04-08 Thread Chuck Murcko
chuck 97/04/08 18:40:55 Modified:src CHANGES conf.h Log: Reviewed by: Chuck Murcko Submitted by: Marc Slemko Add #define for memmove for SUNOS4. Revision ChangesPath 1.227 +8 -1 apache/src/CHANGES Index: CHANGES

cvs commit: apache/htdocs/manual/mod mod_proxy.html

1997-04-06 Thread Chuck Murcko
chuck 97/04/06 18:35:54 Modified:htdocs/manual/mod mod_proxy.html Log: Correct syntax error in Limit block. This still doesn't fix the problem, though. Revision ChangesPath 1.15 +1 -1 apache/htdocs/manual/mod/mod_proxy.html Index: mod_proxy.html

cvs commit: apache/htdocs/manual/mod mod_proxy.html

1997-04-05 Thread Chuck Murcko
chuck 97/04/05 18:42:03 Modified:htdocs/manual/mod mod_proxy.html Log: Fix typo in FAQ section on limiting access. Revision ChangesPath 1.14 +2 -0 apache/htdocs/manual/mod/mod_proxy.html Index: mod_proxy.html

cvs commit: apache/src/modules/proxy proxy_cache.c

1997-04-04 Thread Chuck Murcko
chuck 97/04/04 22:08:24 Modified:src/modules/proxy proxy_cache.c Log: Reviewed by: Chuck Murcko Submitted by: Brian Moore [EMAIL PROTECTED] Fix loopholes in cache expiry vis a vis alarms. This will be followed by Roy's comprehensive timeout patch. Revision Changes

cvs commit: apache/src CHANGES

1997-04-04 Thread Chuck Murcko
chuck 97/04/04 22:09:53 Modified:src CHANGES Log: Note Brian Moore's patch. Revision ChangesPath 1.220 +2 -0 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src/modules/proxy mod_proxy.c mod_proxy.h

1997-03-01 Thread Chuck Murcko
chuck 97/03/01 21:05:23 Modified:src/modules/proxy mod_proxy.c mod_proxy.h Log: Add table slot for header parser. Revision ChangesPath 1.9 +2 -1 apache/src/modules/proxy/mod_proxy.c Index: mod_proxy.c

cvs commit: apache/src/modules/proxy proxy_ftp.c

1997-02-19 Thread Chuck Murcko
chuck 97/02/19 20:14:45 Modified:src/modules/proxy proxy_ftp.c Log: 1) remove setting of SO_DEBUG socket option to make Linux users happy. 2) Make ftp_getrc() more lenient about multiline responses (specifically, 230 responses which don't have continuation 230- on each

cvs commit: apache/src CHANGES

1997-02-19 Thread Chuck Murcko
questionable, they appear to be legal by RFC 959. + - Add missing kill_timeout() after transfer to user completes. + [Chuck Murcko] + *) Fixed problem where a busy server could hang when restarting after being sent a SIGHUP due to child processes not exiting. [Marc

cvs commit: apache/htdocs/manual/mod mod_proxy.html

1997-02-19 Thread Chuck Murcko
chuck 97/02/19 20:26:08 Modified:htdocs/manual/mod mod_proxy.html Log: Fix typo; add section about SOCKS 4.2/Solaris problems. Revision ChangesPath 1.13 +4 -1 apache/htdocs/manual/mod/mod_proxy.html Index: mod_proxy.html

cvs commit: apache/src/modules/proxy proxy_http.c

1997-02-19 Thread Chuck Murcko
chuck 97/02/19 21:16:26 Modified:src/modules/proxy proxy_http.c Log: Changed HTTP status check mask from HTTP/#.# ### * to HTTP/#.# ###* to be more lenient about servers which don't return all of a legal HTTP/1.x status. Revision ChangesPath 1.14 +1 -1

cvs commit: apache/src CHANGES

1997-02-19 Thread Chuck Murcko
+ *) changed status check mask in proxy_http.c from HTTP/#.# ### * to + HTTP/#.# ###* to be more lenient about what we accept. + [Chuck Murcko] + *) more proxy FTP bug fixes: - remove setting of SO_DEBUG socket option - Make ftp_getrc() more lenient about multiline

cvs commit: apache/src/modules Makefile

1997-01-16 Thread Chuck Murcko
chuck 97/01/16 09:20:34 Modified:src/modules Makefile Log: Submitted by: [EMAIL PROTECTED] Fix bug for using multiple subdirectories under modules. I also added the bug fix to the clean production, since it would also be a problem there. Revision ChangesPath 1.6

cvs commit: apache/src CHANGES

1997-01-16 Thread Chuck Murcko
chuck 97/01/16 09:22:55 Modified:src CHANGES Log: Update about modules/Makefile change for multiple subdirs. Revision ChangesPath 1.123 +3 -0 apache/src/CHANGES Index: CHANGES ===

cvs commit: apache/src http_main.c

1997-01-10 Thread Chuck Murcko
chuck 97/01/10 01:26:00 Modified:src http_main.c Log: Get rid of warning for UnixWare 2.1.1 Revision ChangesPath 1.103 +4 -0 apache/src/http_main.c Index: http_main.c === RCS file:

cvs commit: apache/src http_main.c CHANGES

1997-01-10 Thread Chuck Murcko
chuck 97/01/10 10:47:40 Modified:src http_main.c CHANGES Log: Reviewed by: Chuck Murcko, Rob Hartill, Brian Behlendorf Remove duplicate pcalloc() call from new_connection(). Revision ChangesPath 1.105 +1 -2 apache/src/http_main.c Index

cvs commit: apache/src http_main.c CHANGES

1997-01-09 Thread Chuck Murcko
chuck 97/01/09 19:39:20 Modified:src http_main.c CHANGES Log: Reviewed by: Jim Jagielski, Brian Behlendorf, Chuck Murcko Submitted by: Ed Korthof [EMAIL PROTECTED] There is one incorrect comparison (which still doesn't allow for more children than HARD_SERVER_LIMIT

cvs commit: apache/src Makefile.tmpl

1997-01-06 Thread Chuck Murcko
chuck 97/01/06 21:15:11 Modified:src Makefile.tmpl Log: Replace hardcoded instances of make with $(MAKE). Revision ChangesPath 1.35 +4 -4 apache/src/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache/src CHANGES

1997-01-05 Thread Chuck Murcko
code cleanup. [Chuck Murcko] + + *) Fix byte ordering problems for REMOTE_PORT [Chuck Murcko] + *) suEXEC wrapper was freeing memory that had not been malloc'ed. *) Correctly allow access and auth directives in Files sections in server config files. [Alexei Kosut

cvs commit: apache/src/modules/proxy proxy_ftp.c

1996-12-24 Thread Chuck Murcko
chuck 96/12/24 09:23:26 Modified:src/modules/proxy proxy_ftp.c Log: Add PASV to FTP proxy. Make default MIME type text/plain, so folks get their READMEs OK. Merry Christmas. Revision ChangesPath 1.4 +146 -48 apache/src/modules/proxy/proxy_ftp.c

cvs commit: apache/src CHANGES

1996-12-24 Thread Chuck Murcko
to mod_proxy FTP handler. [Chuck Murcko] + *) Changes to suexec wrapper to fix the following problems: 1. symlinked homedirs will kill ~userdirs. 2. initgroups() on Linux 2.0.x clobbers gr-grid.

cvs commit: apache/src Configuration.tmpl

1996-12-24 Thread Chuck Murcko
chuck 96/12/24 11:14:25 Modified:src Configuration.tmpl Log: Stop scaring off the proxy user candidates. 8^) Revision ChangesPath 1.53 +2 -2 apache/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apache/htdocs/manual/mod mod_proxy.html

1996-12-24 Thread Chuck Murcko
chuck 96/12/24 11:46:58 Modified:htdocs/manual/mod mod_proxy.html Log: Add additional doc for the NoCache directive. Revision ChangesPath 1.7 +11 -3 apache/htdocs/manual/mod/mod_proxy.html Index: mod_proxy.html

cvs commit: apache/htdocs/manual/mod mod_proxy.html

1996-12-24 Thread Chuck Murcko
chuck 96/12/24 11:55:58 Modified:htdocs/manual/mod mod_proxy.html Log: Fix misspelled link to common config topics. Revision ChangesPath 1.8 +1 -1 apache/htdocs/manual/mod/mod_proxy.html Index: mod_proxy.html

cvs commit: apache/htdocs/manual/misc known_bugs.html

1996-12-24 Thread Chuck Murcko
chuck 96/12/24 12:15:48 Modified:htdocs/manual/misc known_bugs.html Log: Added mention of FIN_WAIT_2 problems, with pointer to example patch for BSDI. Revision ChangesPath 1.6 +8 -0 apache/htdocs/manual/misc/known_bugs.html Index: known_bugs.html

cvs commit: apache/src/modules/proxy mod_proxy.h

1996-12-24 Thread Chuck Murcko
() ! 9. Bulletproof GC against SIGALRM ! 10. Make HTTPS and SNEWS ports configurable from a list Chuck Murcko [EMAIL PROTECTED] 1 Oct 96 --- 78,100 More things to do: ! 0. Code cleanup (ongoing) ! 1. add 230 response output for ftp now

cvs commit: apache/htdocs/manual/mod mod_proxy.html

1996-12-24 Thread Chuck Murcko
chuck 96/12/24 12:57:05 Modified:htdocs/manual/mod mod_proxy.html Log: Change emphasis to agree with other docs. Revision ChangesPath 1.9 +1 -1 apache/htdocs/manual/mod/mod_proxy.html Index: mod_proxy.html

cvs commit: apache/src buff.c mod_rewrite.c mod_rewrite.h

1996-12-09 Thread Chuck Murcko
chuck 96/12/09 14:39:22 Modified:src buff.c mod_rewrite.c mod_rewrite.h Log: Reviewed by: Brian Behlendorf, Chuck Murcko Submitted by: Marc Evans [EMAIL PROTECTED] patches for DEC AXP running OSF/1 v3.0. Revision ChangesPath 1.10 +1 -1 apache/src

cvs commit: apache/src/modules/proxy proxy_http.c

1996-12-09 Thread Chuck Murcko
chuck 96/12/09 14:40:18 Modified:src/modules/proxy proxy_http.c Log: 1) fixes possible NULL pointer reference w/NoCache 2) fixes NoCache behavior when using ProxyRemote (ProxyRemote host would cache nothing if it was in the local domain, and the local domain was

cvs commit: apache/src CHANGES

1996-12-09 Thread Chuck Murcko
AXP running OSF/1 v3.0. [Marc Evans] + + *) proxy_http.c bugfixes: [Chuck Murcko] + 1) fixes possible NULL pointer reference w/NoCache + 2) fixes NoCache behavior when using ProxyRemote (ProxyRemote +host would cache nothing if it was in the local domain

cvs commit: apache/src/modules/proxy proxy_http.c

1996-12-09 Thread Chuck Murcko
chuck 96/12/09 19:12:07 Modified:src/modules/proxy proxy_http.c Log: Reviewed by: Roy Fielding Correct thinko in table_get() arg. Add protection against URLs like http://somehost:/foo/bar with an isdigit() test on the char following the colon after a hostname.

cvs commit: apache/src/modules/proxy proxy_cache.c

1996-11-25 Thread Chuck Murcko
chuck 96/11/25 07:22:13 Modified:src/modules/proxy proxy_cache.c Log: Cleanup promised earlier which didn't make it in. Revision ChangesPath 1.7 +3 -7 apache/src/modules/proxy/proxy_cache.c Index: proxy_cache.c

cvs commit: apache/src/modules/proxy proxy_cache.c

1996-11-24 Thread Chuck Murcko
chuck 96/11/24 18:49:55 Modified:src/modules/proxy proxy_cache.c Log: Eliminate core dumps when CacheRoot is not defined and ProxyRequests On. This still allows proxy to operate. ProxyPass core dumps should be largely if not totally eliminated. Also. minor cleanup in this

cvs commit: apache/src/modules Makefile

1996-10-20 Thread Chuck Murcko
chuck 96/10/20 16:59:43 Modified:src/modules Makefile Log: lose $Id$ Revision ChangesPath 1.3 +0 -2 apache/src/modules/Makefile Index: Makefile === RCS file:

cvs commit: apache/src/modules Makefile

1996-10-09 Thread Chuck Murcko
chuck 96/10/09 10:12:47 Modified:src/modules Makefile Log: Fix errant ';' in loops Revision ChangesPath 1.2 +3 -3 apache/src/modules/Makefile Index: Makefile === RCS file:

cvs commit: apache/src/modules/proxy mod_proxy.h proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c Makefile mod_proxy.c

1996-10-01 Thread Chuck Murcko
handlers ! ! 7. Use a cache expiry database for more efficient GC ! ! 8. Handle multiple IPs for doconnect() ! ! 9. Bulletproof GC against SIGALRM ! ! Chuck Murcko [EMAIL PROTECTED] 28 Sep 96 ! ! */ ! ! #define TESTING 0 ! #undef EXPLAIN ! ! #include httpd.h

cvs commit: apache/src http_main.c

1996-09-25 Thread Chuck Murcko
chuck 96/09/25 13:07:54 Modified:src http_main.c Log: Submitted by: Chuck Murcko Remove nokeepalive environment variable checks. Really. Revision ChangesPath 1.72 +3 -5 apache/src/http_main.c Index: http_main.c

cvs commit: apache/conf httpd.conf-dist

1996-09-17 Thread Chuck Murcko
chuck 96/09/17 13:02:20 Modified:conf httpd.conf-dist Log: Submitted by: Chuck Murcko Fixed regexp for BrowserMatch (nokeepalive). Revision ChangesPath 1.8 +2 -2 apache/conf/httpd.conf-dist Index: httpd.conf-dist

cvs commit: apache/src Configure

1996-08-17 Thread Chuck Murcko
chuck 96/08/17 10:27:34 Modified:src Configure Log: Submitted by: Chuck Murcko Add missing /; escape - as a grep arg (-lsocks) Revision ChangesPath 1.11 +1 -1 apache/src/Configure Index: Configure

cvs commit: apache/src CHANGES mod_proxy.c

1996-07-28 Thread Chuck Murcko
chuck 96/07/28 15:17:55 Modified:src CHANGES mod_proxy.c Log: Submitted by: Chuck Murcko added NoCache * directive to enable proper operation w/o caching changed #tmp to tmp in temp file template, for broken link/unlink changed Expire to Expires

cvs commit: apache/src mod_negotiation.c

1996-07-28 Thread Chuck Murcko
chuck 96/07/28 15:40:56 Modified:src mod_negotiation.c Log: Reviewed by: Chuck Murcko Submitted by: Ralf S. Engelschall Prevent conflicts when ProxyRemote is in use Revision ChangesPath 1.11 +3 -0 apache/src/mod_negotiation.c Index

cvs commit: apache/src http_main.c

1996-06-11 Thread Chuck Murcko
chuck 96/06/11 08:40:50 Modified:src http_main.c Log: Submitted by: Chuck Murcko Fix compile warnings and error (on NEXT) from incorrect variable declaration. Revision ChangesPath 1.38 +1 -1 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src mod_proxy.c

1996-06-11 Thread Chuck Murcko
chuck 96/06/11 08:42:59 Modified:src mod_proxy.c Log: Submitted by: Chuck Murcko Disable canonicalization of the search portion of proxied URLs. One small step toward HTTP 1.1 compliance. Revision ChangesPath 1.26 +1 -1 apache/src/mod_proxy.c

cvs commit: apache/src mod_proxy.c

1996-06-10 Thread Chuck Murcko
chuck 96/06/10 10:55:22 Modified:src mod_proxy.c Log: Submitted by: Chuck (I hope this is right) Murcko Changed host2addr() function back to using inet_addr() for IP address lookups, but in a way that works. Removed inet_aton() call because it's too new for some

cvs commit: apache/src mod_proxy.c

1996-06-08 Thread Chuck Murcko
chuck 96/06/08 14:21:31 Modified:src mod_proxy.c Log: Submitted by: Chuck Murcko Editorial change at the header to connect_handler() Revision ChangesPath 1.24 +5 -3 apache/src/mod_proxy.c Index: mod_proxy.c

cvs commit: apache/src http_main.c

1996-06-07 Thread Chuck Murcko
chuck 96/06/07 12:51:18 Modified:src http_main.c Log: Reviewed by: Chuck Murcko Submitted by: Cliff Skolnick Obtained from: [EMAIL PROTECTED] When the server listens to multiple ports (via the httpd.conf 'Listen port' directive), a SIGHUP sent to the main server