mod_gws installation
The Apache module mod_gws provides authorization based on
group memberships at a RESTful group webservice.
- Prerequisites
- Installation
- Configuration
- Diagnostics
All prerequisites are standard packages and libraries
on most unix distributions.
- Apache version 2.x.
- You need the development part, which includes libraries, includes, and the apsx utility.
- Curl.
- You need the development part, which includes libraries and includes.
- A groups webservice.
- It must support GET requests for effective membership.
- It must support certificate authentication.
- Get the current gws module.
- Configure, make, and install.
- If your installation is standard configure will be able to find the necessary libraries.
- The daemon, gwsd, will be installed at ${prefix}/bin.
- The module will be installed in apache's module directory.
Configure your installation
Diagnostics
-
Try running the gwsd daemon with [-d] and [-n] flags to see more diagnostics.
-
Use the client program to manually send queries to gwsd.