Apache HTTPD
Macros | Functions | Variables
mod_asis.c File Reference
#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)
 

Macro Definition Documentation

◆ ASIS_MAGIC_TYPE

#define ASIS_MAGIC_TYPE   "httpd/send-as-is"

Definition at line 29 of file mod_asis.c.

Function Documentation

◆ asis_handler()

static int asis_handler ( request_rec r)
static

< Module declines to handle

RFC 2616: HTTP

RFC 2616: HTTP

< Module declines to handle

< Open the file for reading

<

Deprecated:
See also
APR_FOPEN_READ

< use OS's default permissions

<

Deprecated:
See also
APR_FPROT_OS_DEFAULT

RFC 2616: HTTP

< Module has handled this stage.

< Module has handled this stage.

Definition at line 31 of file mod_asis.c.

◆ register_hooks()

static void register_hooks ( apr_pool_t p)
static

Definition at line 114 of file mod_asis.c.

Variable Documentation

◆ aplog_module_index

int* const aplog_module_index = &( asis_module.module_index)
static

Definition at line 119 of file mod_asis.c.