[Seaside] Starting VM on demand from nginx

Dave lasmiste at gmail.com
Fri Aug 2 14:00:33 UTC 2013


Hi there,
I'd love to start a VM on demand like, as I read, oldie but goldie DabbleDB. 

The scenario is: 

nginx as web server and here's a configuration:

server {
 listen 80;
  server_name  a_subdomain.my_server.com ; 
   location / {
      proxy_pass http://123.456.789.10:8080/;
   }
}

When user goes to http://a_subdomain.my_server.com, seaside, listening on
8080, replies.

My question is: how can I start the seaside VM on demand? Can anyone point
me in the right direction?

TIA
 Dave



--
View this message in context: http://forum.world.st/Starting-VM-on-demand-from-nginx-tp4701949.html
Sent from the Seaside General mailing list archive at Nabble.com.


More information about the seaside mailing list