|
LeftHookRoll
An HTTP/1.0 compliant web server, as specified by RFC1945
|
Functions | |
| void | closeInheritedFds () |
| std::string | resolveScriptDirectory (const std::string &scriptPath) |
| std::string | resolveScriptExecArg (const std::string &scriptPath) |
| void | prepareChildExecutionContext (const std::vector< std::string > &scriptArgv, char **execveArgv) |
| void cgi_utils::closeInheritedFds | ( | ) |
Definition at line 20 of file CGIManager.cpp.
| std::string cgi_utils::resolveScriptDirectory | ( | const std::string & | scriptPath | ) |
Definition at line 27 of file CGIManager.cpp.
| std::string cgi_utils::resolveScriptExecArg | ( | const std::string & | scriptPath | ) |
Definition at line 37 of file CGIManager.cpp.
| void cgi_utils::prepareChildExecutionContext | ( | const std::vector< std::string > & | scriptArgv, |
| char ** | execveArgv | ||
| ) |
Definition at line 48 of file CGIManager.cpp.