Questions tagged [ruby-rack]

Rack provides a minimal interface between webservers supporting Ruby and Ruby frameworks.

Rack provides a minimal interface between webservers supporting Ruby and Ruby frameworks.

20 questions
0
votes
1 answer

nginx and many racks

I want to deploy a ror3 application using nginx/passenger/rack on webfaction. Out of some reason uncached (or out of another reason, I am just guessing) requests to that site spawn multiple rack instances, I think unnecessarily so. Every subsequent…
Jan
  • 103
  • 3
0
votes
1 answer

http request to a web server timeout on firts request

I'm working on an app (iPhone) that makes several Http Request to a RESTFULL web server. When I lauch the app, the request is performed and very often it timeouts. If I perform the request once again (a dedicated button is in the UI for this…
Luc
  • 518
  • 3
  • 5
  • 20
0
votes
1 answer

Passenger, Apache and avoiding page caching

I'm hosting a rack application with passenger and apache. The application is setup to cache the content of each request to the public directory after each request. This allows apache to serve the content directly as a static page for future…
Michael Guterl
0
votes
5 answers

Multiple rack apps on nginx + passenger, one as root, the other not...config

So I've got two apps I want to run on a server. One app I would like to be the "default" app--that is, all URLs should be sent this app by default, except for a certain path, lets call it /foo: http://mydomain.com/ ->…
None
-1
votes
1 answer

Using Arch Linux computer as a server for Rack Apps

What would be the best way to go about using an Arch Linux computer as a Rack (as in Ruby Rack, not an actual rack server) server? Here's what I want to be able to do: Automatically deploy on a git push to the server. (I already have this worked…
wxl
  • 1
1
2