#include "apr.h"
#include "apr_strings.h"
#include "apr_lib.h"
#include "apr_want.h"
#include "ap_config.h"
#include "httpd.h"
#include "http_config.h"
#include "http_log.h"
#include "http_request.h"
#include "http_protocol.h"
Go to the source code of this file.
|
| static void * | create_dir_expires_config (apr_pool_t *p, char *dummy) |
| |
| static const char * | set_expiresactive (cmd_parms *cmd, void *in_dir_config, int arg) |
| |
| static char * | check_code (apr_pool_t *p, const char *code, char **real_code) |
| |
| static const char * | set_expiresbytype (cmd_parms *cmd, void *in_dir_config, const char *mime, const char *code) |
| |
| static const char * | set_expiresdefault (cmd_parms *cmd, void *in_dir_config, const char *code) |
| |
| static void * | merge_expires_dir_configs (apr_pool_t *p, void *basev, void *addv) |
| |
| static int | set_expiration_fields (request_rec *r, const char *code, apr_table_t *t) |
| |
| static apr_status_t | expires_filter (ap_filter_t *f, apr_bucket_brigade *b) |
| |
| static void | expires_insert_filter (request_rec *r) |
| |
| static void | register_hooks (apr_pool_t *p) |
| |
◆ ACTIVE_DONTCARE
◆ ACTIVE_OFF
◆ ACTIVE_ON
◆ APR_WANT_STRFUNC
◆ DIR_CMD_PERMS
◆ check_code()
◆ create_dir_expires_config()
◆ expires_filter()
◆ expires_insert_filter()
◆ merge_expires_dir_configs()
| static void * merge_expires_dir_configs |
( |
apr_pool_t * |
p, |
|
|
void * |
basev, |
|
|
void * |
addv |
|
) |
| |
|
static |
◆ register_hooks()
◆ set_expiration_fields()
< Module declines to handle
< Module has handled this stage.
Definition at line 390 of file mod_expires.c.
◆ set_expiresactive()
◆ set_expiresbytype()
◆ set_expiresdefault()
◆ aplog_module_index
| int* const aplog_module_index = &( expires_module.module_index) |
|
static |
◆ expires_cmds
Initial value:=
{
}
static const char * set_expiresbytype(cmd_parms *cmd, void *in_dir_config, const char *mime, const char *code)
static const char * set_expiresdefault(cmd_parms *cmd, void *in_dir_config, const char *code)
static const char * set_expiresactive(cmd_parms *cmd, void *in_dir_config, int arg)
Definition at line 349 of file mod_expires.c.