[Cppcms-users] any "getting started" docs?
Brought to you by:
artyom-beilis
From: Keith K. <kk...@gm...> - 2011-12-19 19:52:26
|
Hello All, I was happy to find cppcms since I have some c++ background from a few years ago and would like to use it for some "cloud apps" potentially. But I'm a little rusty ;-) The architecture doc says: # Architecture of CppCMS framework Application flow: - Several forked processes listen on the socket of cgi-like protocol: scgi, fcgi, http; - One of the processes accepts new connection and starts reading headers of the request. ... That implies to me that the process created with cppcms framework services the http request by itself, is that correct? I'm struggling a little with how to integrate cppcms with my hosting provider (bluehost.com).. They provide apache on linux. I have ssh access and can run processes within certain constraints, but I can't configure daemons or things like that where I control what listens on port 80. Can someone suggest the options to using cppcms with such a setup? I'm allowed to install custom handlers for my apache instance I think.. do you pass the request to cppcms that way or is there some other canonical way to use apache front end. thanks, Kape |