Lines Matching defs:server
29 # XXX The prototype pkg.depotd combines both the version management server that
30 # answers to pkgsend(1) sessions and the HTTP file server that answers to the
34 # to a special purpose HTTP/HTTPS server explicitly for the version management
37 # only a basic HTTP/HTTPS server in place.
40 # client, we should probably provide a query API to do same on the server, for
46 # server should abort requests with REQUEST_ENTITY_TOO_LARGE when the request
61 # The default server socket timeout in seconds. We want this to be longer than
109 import pkg.server.depot as ds
110 import pkg.server.repository as sr
166 -d inst_root The file system path at which the server should find its
175 -t timeout The maximum number of seconds the server should wait for
209 --nasty Instruct the server to misbehave. At random intervals
212 takes a value (1 to 100) for how nasty the server
239 access. Used with --readonly to allow server to
740 # Redirect the server to the decrypted key file.
748 "server.max_request_body_size": MAX_REQUEST_BODY_SIZE,
749 "server.shutdown_timeout": 0,
750 "server.socket_host": address,
751 "server.socket_port": port,
752 "server.socket_timeout": socket_timeout,
753 "server.ssl_certificate": ssl_cert_file,
754 "server.ssl_private_key": ssl_key_file,
755 "server.thread_pool": threads,
937 # This changes the base URL for our server, and is primarily
976 emsg("pkg.depotd: unknown error starting depot server, " \