On Mon, Nov 4, 2013 at 8:55 PM, låzaro <ad...@lex-sa.cu> wrote:
> Sorry for the thread hacking but, how could be run camping as standalone CGI
> --
> Sent from my Android phone with K-9 Mail. Please excuse my brevity.

You can use Rack:

app.cgi:

  #!/usr/bin/env ruby
  require 'rack'
  require 'my_app'
  Rack::Server::CGI.run(MyApp)
_______________________________________________
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

Reply via email to