First: Can you compile and install apps? If not, it would be hard.
Second. Can you edit httpd.conf (or similar), so you can start cppcms as
fastcgi? If yes, this is something for you!
http://art-blog.no-ip.info/wikipp/en/page/cppcms_1x_tut_web_server_config#Apache
Regards,
Marcel Hellwig
Keith Kaple <kk...@gm...> schrieb:
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 <http://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
|