search for: angelo0000

Displaying 3 results from an estimated 3 matches for "angelo0000".

2007 Mar 28
1
service::start problem on win32
Posted this on rubyforge, thought I would put it here at as well. I just started playing around with mongrel. I am currently using apache + fastcgi. I am running a windows box and I followed the directions at http://mongrel.rubyforge.org/docs/win32.html. I am able to install the service fine and also start the service from the windows service control panel. However, when I try to start the
2007 Mar 29
0
Apache Load Balancer Manager With Mongrel
Thanks for the answer on server::start...that makes sense, just wanted to make sure I was not doing anything incorrectly. I am now running 3 mongrel servers as windows services (mongrel_cluster is not supported for windows). I have apache configured with with mod_proxy_balancer from the instructions at http://mongrel.rubyforge.org/docs/apache.html. I am able to access my app without a port
2007 Mar 29
0
Resolved problem with Apache Load Balancer Manager
Had to make a couple of changes to the config from the mongrel site to get the load balancer manager working: changed # Redirect all non-static requests to cluster RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f RewriteRule ^/(.*)$ balancer://mongrel_cluster%{REQUEST_URI} [P,QSA,L] to # Redirect all non-static requests to cluster RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME}