Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 964 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 964 Bytes

Cgi Module Documentation

This module implements a generic CGI.

Module Type

The Cgi module implements the following module interfaces:

  • IHandlerModule

Configuration

This section defines the configuration values the module depends on.

Key Type Required Description
cgiPath std::string Yes Path to the cgi binary
rootDirectory std::string Yes Root directory of modules

Context

This section defines the request/response context values the module depends on.

Key Type Actions Description
PORT std::uint16_t Read Port of the client
REMOTE_ADDR std::uint32_t Read Address of the client

Back to README