Myra Canyon  v0.0.1-768
network control
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Module.cpp File Reference
#include <ctime>
#include <regex>
#include <apache2/httpd.h>
#include <apache2/http_config.h>
#include "Session.hpp"
Include dependency graph for Module.cpp:

Functions

void myra_register_hooks (apr_pool_t *p)
 Register our hook function with Apache. More...
 
int myra_validate_session_id (request_rec *request)
 Callback from Apache to validate a request. More...
 

Variables

module AP_MODULE_DECLARE_DATA myra_module
 See http://www.fmc-modeling.org/category/projects/apache/amp/3_3Extending_Apache.html section 3.3.6.2. More...
 

Function Documentation

void myra_register_hooks ( apr_pool_t *  p)

Register our hook function with Apache.

Here is the call graph for this function:

int myra_validate_session_id ( request_rec *  request)

Callback from Apache to validate a request.

See also
myra_register_hooks()

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

module AP_MODULE_DECLARE_DATA myra_module
Initial value:
=
{
STANDARD20_MODULE_STUFF,
nullptr,
nullptr,
nullptr,
nullptr,
nullptr,
}
void myra_register_hooks(apr_pool_t *p)
Register our hook function with Apache.
Definition: Module.cpp:23

See http://www.fmc-modeling.org/category/projects/apache/amp/3_3Extending_Apache.html section 3.3.6.2.

The name of this variable must match the one in the .load file so Apache knows what it needs to find.