I originally posted a question relating to this problem on serverfault.com: https://serverfault.com/questions/152587/apache-mod-proxy-to-another-server
I\'m developing a Sinatra app that consists of an upload form, with a progress bar indicating how much of the upload has completed.
I have problems installing any Ruby On Rails app on my shared hosted server. Mongrel shows html as plain text for all pages. The problem occurs for any app, even if I create a test empty app and add a
I have a class like this: class Router :: Mongrel::HttpHandler def process(req, res) status, header, body = [200, {\"Content-type\"=>\"text/html\"}, Model.all.to_xml]
Greetings, Every time I make a change to a Sinatra app I\'m working on and try to refresh the browser (located at http://localhost:4567/) the browser will refresh and, the console window seems to res
I\'m using rails 2.3.2 and when I run开发者_开发知识库 script/server -d, the only output I get is
I have a request to load a swf file, flaMovie.swffrom rails. The swf file is located the directory /home/user1/railsproj/flash.
I use Redmine on Mongrel as a project manager and I use a batch file (start-redmine.bat) to start the redmine in mongrel.
I\'ve got a non-RoR but ruby webapp in the works. So far, I\'ve just been using requests, hacks, and mod_ruby; but I\'d really like to try out Mongrel--which seems to work really well fo开发者_如何学
I installed Ruby via the RubyInstaller 1.9.1 RC2 available from rubyforge, updated gems, and installed rails.Everything worked fine using webrick.For fun, I installed mongrel using \"gem install mongr