aboutsummaryrefslogtreecommitdiff
path: root/src/pies.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pies.c')
-rw-r--r--src/pies.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/pies.c b/src/pies.c
index 91fabca..29f3ed0 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -988,6 +988,25 @@ struct grecs_keyword component_keywords[] = {
grecs_type_size, NULL,
offsetof (struct component, max_instances),
NULL },
+ {"max-instances-message",
+ NULL,
+ N_("Text to send back if max-instances is reached (inetd-components only)."),
+ grecs_type_string, NULL,
+ offsetof (struct component, max_instances_message),
+ NULL },
+ {"max-ip-connections",
+ NULL,
+ N_("Maximum number of simultaneous connections per IP address (inetd only)."),
+ grecs_type_size, NULL,
+ offsetof (struct component, max_ip_connections),
+ NULL },
+ {"max-ip-connections-message",
+ NULL,
+ N_("Text to send back if max-ip-connections-message is reached (inetd only)."),
+ grecs_type_string, NULL,
+ offsetof (struct component, max_ip_connections_message),
+ NULL },
+
{"max-rate",
NULL,
N_("Maximum number of times an inetd component can be invoked in one minute."),
@@ -1020,6 +1039,12 @@ struct grecs_keyword component_keywords[] = {
N_("Set ACL."),
grecs_type_section, NULL, offsetof (struct component, acl),
acl_section_parser, NULL, acl_keywords},
+ {"access-denied-message",
+ NULL,
+ N_("Text to send back if access is denied (inetd-components only)."),
+ grecs_type_string, NULL,
+ offsetof (struct component, access_denied_message),
+ NULL },
{"remove-file",
N_("file"),
N_("Remove file before starting the component."),

Return to:

Send suggestions and report system problems to the System administrator.