|
Apache HTTPD
|
#include "apr_strings.h"#include "ap_config.h"#include "httpd.h"#include "http_config.h"#include "http_protocol.h"#include "http_log.h"#include "util_script.h"#include "http_main.h"#include "http_request.h"#include "mod_core.h"Go to the source code of this file.
Macros | |
| #define | ASIS_MAGIC_TYPE "httpd/send-as-is" |
Functions | |
| static int | asis_handler (request_rec *r) |
| static void | register_hooks (apr_pool_t *p) |
Variables | |
| static int *const | aplog_module_index = &( asis_module.module_index) |
|
static |
< Module declines to handle
RFC 2616: HTTP
RFC 2616: HTTP
< Module declines to handle
< Open the file for reading
<
< use OS's default permissions
<
RFC 2616: HTTP
< Module has handled this stage.
< Module has handled this stage.
Definition at line 31 of file mod_asis.c.
|
static |
Definition at line 114 of file mod_asis.c.
Definition at line 119 of file mod_asis.c.