diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-13 17:40:09 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-13 17:40:09 +0100 |
commit | c0d9d61e3330d4f69a9547cc3d0e62970fb7427e (patch) | |
tree | ffc906ba3ddbe97dbf1042b14063caa7debe141d /plugins/fcgi/fastcgiprocess.h | |
parent | d14582a1d92e036780166a0b5ec0494d7353cc75 (diff) |
Added webapp-runner
Diffstat (limited to 'plugins/fcgi/fastcgiprocess.h')
-rw-r--r-- | plugins/fcgi/fastcgiprocess.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/fcgi/fastcgiprocess.h b/plugins/fcgi/fastcgiprocess.h index 07b6539..18a5d5b 100644 --- a/plugins/fcgi/fastcgiprocess.h +++ b/plugins/fcgi/fastcgiprocess.h @@ -10,6 +10,9 @@ #include <sys/mman.h> #include <sys/types.h> +void run_fcgi_app(const std::string& command, const std::string& host, unsigned short port); +void run_fcgi_app(const std::string& command, const std::filesystem::path& socket_path); + class FastCGIProcess { public: |