david costa | 6 Apr 2012 17:26
Picon

lighttpd + fastcgi + camping

Hello all,
I am running in some little stumbling blocks with passenger as a multi user environment (the most problematic feature is that, once you setup a sub-domain passenger wants you to declare on nginx every app running  on that nginx server which is not ideal to add apps on the fly and / or if a user wants to run 2 apps from his space) 

so I was thinking about a more drag a drop / one line command line deploy (even multiple camping apps and not just one) and I would like to test camping with lighttpd + fastcgi. I assume that this would allow a user to run as many camping application as he wants (space permitting) without having to reconfigure lighttpd each time an application is added correct?

Question: on the examples I can only find a camping fcgi dispatcher for apache. Do you have any dispatcher that would work on lighttpd or should I use a generic ruby dispatcher like 
http://pallas.telperion.info/ruby-cgi/

?
Thanks 
David
_______________________________________________
Camping-list mailing list
Camping-list@...
http://rubyforge.org/mailman/listinfo/camping-list
Jenna Fox | 7 Apr 2012 00:49
Gravatar

Re: lighttpd + fastcgi + camping

Camping is a rack app. Check out the rack docs for info on how to mount it as any kind of server interface. 


Jenna Fox

On Saturday, 7 April 2012 at 1:26 AM, david costa wrote:

Hello all,
I am running in some little stumbling blocks with passenger as a multi user environment (the most problematic feature is that, once you setup a sub-domain passenger wants you to declare on nginx every app running  on that nginx server which is not ideal to add apps on the fly and / or if a user wants to run 2 apps from his space) 

so I was thinking about a more drag a drop / one line command line deploy (even multiple camping apps and not just one) and I would like to test camping with lighttpd + fastcgi. I assume that this would allow a user to run as many camping application as he wants (space permitting) without having to reconfigure lighttpd each time an application is added correct?

Question: on the examples I can only find a camping fcgi dispatcher for apache. Do you have any dispatcher that would work on lighttpd or should I use a generic ruby dispatcher like 
http://pallas.telperion.info/ruby-cgi/

?
Thanks 
David
_______________________________________________
Camping-list mailing list
Camping-list <at> rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

_______________________________________________
Camping-list mailing list
Camping-list@...
http://rubyforge.org/mailman/listinfo/camping-list

Gmane