aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2002-03-07 11:45:18 +0000
committertradke <tradke@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2002-03-07 11:45:18 +0000
commit040e933cd88c2d6ee5ae5dd26cab90de69169fb7 (patch)
tree82d0b6f108d82308b303cfb8e3fc1aace54a5ab3
parent60af183d0eeab047a265ccfbcc04982d951a3c73 (diff)
Added a boolean parameter HTTPD::verbose (always steerable, defaulting to "no")
to tell whether to print HTTP connect messages or not. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@156 1faa4e14-9dd3-4be0-9f0e-ffe519881164
-rw-r--r--param.ccl7
1 files changed, 1 insertions, 6 deletions
diff --git a/param.ccl b/param.ccl
index 2a0cb9e..5eef214 100644
--- a/param.ccl
+++ b/param.ccl
@@ -60,15 +60,10 @@ BOOLEAN use_pthreads "Use a threaded implementation if possible ?"
{
} "no"
-BOOLEAN announce_server_url "Announce HTTPD server URL into an HTML file ?"
+BOOLEAN verbose "Print information about HTTP requests" STEERABLE = ALWAYS
{
} "no"
-STRING announce_server_url_outdir "Where to write the HTTPD server URL HTML file to ?"
-{
- ".+" :: "Any string"
-} "."
-
##################################################################
# Tuning parameters