Re: [Cppcms-users] How do I start the example hello service to respond to nginx?
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2011-10-03 22:08:07
|
Of course ./hello -c config.js cppcms_run is just helper script to automatically configure web server. Nothing more. Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.sf.net/ CppDB - C++ SQL Connectivity: http://cppcms.sf.net/sql/cppdb/ >________________________________ >From: Richard Catlin <ric...@gm...> >To: cpp...@li... >Sent: Monday, October 3, 2011 11:16 PM >Subject: [Cppcms-users] How do I start the example hello service to respond to nginx? > > >In the docs, it says the service should be started independently. How should I start the hello_world service by: >./hello -c config.js >or >cppcms_run -S nginx -p 80 hello -c config.js > > >Richard > > >Referencing docs at: >And the usual CppCMS's config: > 1. { > 2. "service" : { > 3. "api" : "fastcgi", > 4. "socket" : "/tmp/hello-fcgi-socket" > 5. } > 6. } >Of course the CppCMS's service should be started independently. >------------------------------------------------------------------------------ >All the data continuously generated in your IT infrastructure contains a >definitive record of customers, application performance, security >threats, fraudulent activity and more. Splunk takes this data and makes >sense of it. Business sense. IT sense. Common sense. >http://p.sf.net/sfu/splunk-d2dcopy1 >_______________________________________________ >Cppcms-users mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > |