]> scripts.mit.edu Git - www/raw.git/commitdiff
Import from TextPattern
authorAlexander W Dehnert <adehnert@mit.edu>
Sat, 13 Feb 2010 13:22:18 +0000 (08:22 -0500)
committerAlexander W Dehnert <adehnert@mit.edu>
Sat, 13 Feb 2010 13:22:18 +0000 (08:22 -0500)
faq/110.mdwn [new file with mode: 0644]

diff --git a/faq/110.mdwn b/faq/110.mdwn
new file mode 100644 (file)
index 0000000..77b1757
--- /dev/null
@@ -0,0 +1,23 @@
+[[!meta title="What are the names of the various scripts.mit.edu servers?"]]
+scripts.mit.edu makes use of load balancing across several
+different servers to handle the enormous number of requests that
+are served each day. It is very important that you ***not***
+hardcode the names of the servers into your scripts, because
+different servers may be in the load balancer pool at any given
+time.
+
+You can find out the current list of active servers by visiting
+this URL at any time:  
+[http://scripts.mit.edu/servers](http://scripts.mit.edu/servers)
+
+You may also obtain this information via finger:
+
+    athena% finger @scripts.mit.edu
+
+The section of the finger output that corresponds to balancing of
+web requests to ports 80, 443, and 444 is the part under the
+heading:  
+`FWM 2 wlc persistent 600`
+
+
+