Lines Matching defs:server
75 /** Define this to be the default server home dir. Most things later in this
143 /** The name of the server config file */
175 * exist to prevent simple denial-of-service attacks on a server based
177 * nature of the server resources -- CGI scripts and database backends
184 * These two limits can be lowered or raised by the server config
188 * the server config directive LimitRequestFields.
270 /* -------------- Port number for server running standalone --------------- */
300 /** The size of the server's internal read-write buffers */
321 /** A fatal error arising during the server's init sequence */
332 * A fatal error, resulting in the whole server aborting.
334 * considers this a server-wide fatal error and aborts.
420 * Get the server banner in a form suitable for sending over the
423 * @return The server banner
428 * Get the server description in a form suitable for local displays,
429 * status reports, or logging. This includes the detailed server
432 * @return The server description
437 * Add a component to the server description and banner strings
444 * Get the date a time that the server was built
445 * @return The server build time string
547 /** is the status code a error (client or server) */
551 /** is the status code a server error */
569 * @defgroup Methods List of Methods recognized by the server
573 * @brief Methods recognized (but not necessarily handled) by the server.
632 * Methods known to the server are accessed via a bitmask shortcut;
649 #define INCLUDES_MAGIC_TYPE "text/x-server-parsed-html"
651 #define INCLUDES_MAGIC_TYPE3 "text/x-server-parsed-html3"
746 * given a request_rec r you can write r->connection->server->process
749 * threaded versions of the server you must consider multiplexing
755 /** A structure that represents a virtual server */
795 server_rec *server;
996 * to a server or per_dir config, i.e. must be copied before
1112 /** server IP address */
1120 /** Config vector containing pointers to connections per-server
1160 /** Optional connection log level configuration. May point to a server or
1232 * will become the "default" server when the ip doesn't match other vhosts.
1243 /** The next server in the list */
1247 /** The bound address, for this server */
1249 /** The bound port, for this server */
1257 /** The log level for this server */
1261 * @brief A structure to store information for each virtual server
1264 /** The process this server is running in */
1266 /** The next server in the list */
1282 /* Module-specific configuration for server, and defaults... */
1284 /** Config vector containing pointers to modules' per-server config
1290 /** The name of the server */
1292 /** The line of the config file that the server was defined on */
1294 /** true if this is the virtual server */
1302 /** The server request scheme for redirect responses */
1309 /** The server hostname */
1346 * inherited (0) from the base server (either first
1347 * server on the same IP:port or main server) */
1353 * @brief A structure to hold server load params
1369 * @brief A structure to hold various server loadavg
1781 * @param hostname The hostname of the server
1782 * @param port The port the server is running on
1784 * @return The server's hostname
2185 * @defgroup stopsignal Flags which indicate places where the server should stop for debugging.
2187 * A set of flags which indicate places where the server should raise(SIGSTOP).
2214 * Get HTML describing the address and (optionally) admin of the server.
2217 * @return HTML describing the server, allocated in @a r's pool.
2337 * Get server load params
2344 * Get server load averages (ala getloadavg)