Displaying 4 results from an estimated 4 matches for "bsiggelkow".
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 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
...there any other alternative to force mongrel_rails cluster::start
to load the rails environment ?
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...
2007 Jan 19
0
Mongrel::Uploads.check() not returning status
I am trying to get the mongrel upload progress working and am having
some problems. I am using Rails 1.1.6 and the latest install of
mongrel. I created the config/mongrel_upload_progress.conf per the
instructions ... it looks like this ...
uri "/",
:handler => plugin("/handlers/upload", :path_info => ''/listings/
add_photo''),
:frequency