Re: [Cppcms-users] (no subject)
Brought to you by:
artyom-beilis
From: Artyom B. <art...@gm...> - 2017-01-08 07:14:56
|
On Thu, Jan 5, 2017 at 4:32 PM, Patrick Wolf <pat...@ra...> wrote: > > Hi, > I would like to know if anyone could give me some insight on how to configure cppcms with mod_fcgid. First of all take a look on this: http://cppcms.com/wikipp/en/page/cppcms_1x_tut_web_server_config >From what I remember mod_fcgid does not support multi-threaded application (and CppCMS works this way) http://stackoverflow.com/questions/15623422/mod-fcgid-multi-threaded-fastcgi-now-or-in-a-planned-future you probably should give a try to mod_proxy_fcgi but also note it can't start your process. I'd suggest just use SCGI (it is in general as efficient as fastcgi) Artyom > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users |