search for: siggelkowb

Displaying 5 results from an estimated 5 matches for "siggelkowb".

Did you mean: siggelkow
2008 Aug 20
4
mod_proxy, mongrel, redirect issue
Hello, I am configuring apache 2.2 to serve my rails app through mongrel at the root of my server. First, I redirect all http traffic to https with the following: ServerName emiliano NameVirtualHost *:80 <VirtualHost *:80> RedirectPermanent / https://emiliano #this server is only accessed internally </VirtualHost> Inside the <VirtualHost *:443> section, I have the following
2007 Feb 23
0
Mongrel::Uploads.check() not returning status
...Uploads.check(params[:upload_id]) > > However, @status is always nil. Any ideas? The upload_id is > properly being sent. > > The file does upload; but the progress bar just goes from 0% to > 100% once the upload is finished. > > Thanks. > > Bill Siggelkow > AIM: siggelkowb -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070222/5da58d82/attachment-0001.html
2007 Jan 19
0
Mongrel::Uploads.check() not returning status
...ress method I call ... @status = Mongrel::Uploads.check(params[:upload_id]) However, @status is always nil. Any ideas? The upload_id is properly being sent. The file does upload; but the progress bar just goes from 0% to 100% once the upload is finished. Thanks. Bill Siggelkow AIM: siggelkowb -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070119/802d4ce1/attachment.html
2007 Jul 16
2
mongrel_rails start working mongrel_rails cluster::start not working
Hi everybody, I have installed mongrel and mongrel cluster in a new linux box .... at the end of the day I was able to lunch mongrel (mongrel_rails start -e production) and all is working fine with. However, when I tried to set a mongrel cluster the command mongrel_rails cluster::start get the following output : starting port 8000 starting port 8001 starting port 8002 But when I lunched the
2007 Jul 16
1
mongrel_rails start working mongrel_rails
...ironment ? Cheers, Addame Two things I would check: 1) Make sure you that you are not missing any gems that your application uses; 2) Check to see if your application will run under webrick Bill Siggelkow bsiggelkow at mac.com <http://rubyforge.org/mailman/listinfo/mongrel-users> AIM: siggelkowb Home: 770-457-8854 Mobile: 770-354-2584 On Jul 16, 2007, at 12:31 AM, Mehdi Adda wrote: >* Hi everybody, *>* *>* I have installed mongrel and mongrel cluster in a new linux *>* box .... at the end of the day I was able to lunch mongrel *>* (mongrel_rails start -e production) and a...