Re: [Cppcms-users] cppblog and systemd
Brought to you by:
artyom-beilis
|
From: Artyom B. <art...@ya...> - 2015-03-16 11:00:43
|
First of all according to the error check if somebody uses this port... I'm not familiar with systemd but CppCMS service should have all you need Note: (a) you can define the user and daemon settings at cppcms level Take a look on this: http://cppcms.com/wikipp/en/page/cppcms_1x_config#daemon(b) you can define user the service runs under in the same section @Marcel nginx can't start/stop fastcgi service by his own... one of the reasons I really don't like it so you need to configure the service independently. BTW it uses fastcgi according to the backtrace Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ From: Marcel Hellwig <ke...@co...> To: cpp...@li... Sent: Monday, March 16, 2015 11:48 AM Subject: Re: [Cppcms-users] cppblog and systemd I suppose you are trying to use a port below 1024, because that are root only ports. Try to use an other port. Btw: why don't you use nginx as http server and fast_cgi as recommended by [0]? Greetings, Marcel [0] http://cppcms.com/wikipp/en/page/cppcms_1x_tut_web_server_config ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users |