#include <ctime>
#include <regex>
#include <apache2/httpd.h>
#include <apache2/http_config.h>
#include "Session.hpp"
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... | |
void myra_register_hooks | ( | apr_pool_t * | p | ) |
Register our hook function with Apache.
int myra_validate_session_id | ( | request_rec * | request | ) |
Callback from Apache to validate a request.
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.
The name of this variable must match the one in the .load file so Apache knows what it needs to find.