aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-21 14:00:38 +0000
committergoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-21 14:00:38 +0000
commitd459e03bae0f4757a19986c5559641f1c51831a1 (patch)
tree8704a3ad6434d3a91efd4c08756a203bd6029aab /param.ccl
parent6da8c26dc91515af7f192bb44e868f202dcb4a3a (diff)
Added hunting for a port if the specified port is in use - this can be
switched off by setting the parameter httpd::hunt to false. Added printing of URL to stdout. Fixed up error stuff in Sockets.c so it compiles under NT. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@75 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 607c59e..745686c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -10,6 +10,11 @@ INT port "HTTP port number"
1:65535 :: "Any valid port"
} 5555
+# If you desperately need to set the port number by hand, tyrn hunting off.
+BOOLEAN hunt "Should the server hunt for a port if the specified one is taken ?"
+{
+} "yes"
+
# This allows you to control the number of times all procs need to synchronise parameters
INT steering_frequency "How many iterations between steering events" STEERABLE = ALWAYS
{