#include "ap_config.h"
#include "ap_mmn.h"
#include "httpd.h"
#include "http_config.h"
#include "http_connection.h"
#include "http_core.h"
#include "http_log.h"
#include "apr_buckets.h"
#include "apr_strings.h"
#include "util_filter.h"
#include "scoreboard.h"
Go to the source code of this file.
◆ brigade_peek()
◆ create_echo_server_config()
◆ echo_on()
◆ process_echo_connection()
< Module declines to handle
< Module has handled this stage.
Definition at line 130 of file mod_echo.c.
◆ register_hooks()
◆ update_echo_child_status()
◆ aplog_module_index
| int* const aplog_module_index = &( echo_module.module_index) |
|
static |
◆ echo_cmds
Initial value:=
{
{
"ProtocolEcho" ,
echo_on ,
NULL , 128 ,
FLAG,
"Run an echo server on this host" },
}
static const char * echo_on(cmd_parms *cmd, void *dummy, int arg)
Definition at line 197 of file mod_echo.c.