search for: mongrel_config

Displaying 9 results from an estimated 9 matches for "mongrel_config".

2006 Dec 19
1
mongrel_config has no output
I am not sure what i am doing wrong here, but no matter what i try i get no output from mongrel_config: $ mongrel_rails configtool $ telnet localhost 3001 Trying 127.0.0.1... Connected to localhost. Escape character is ''^]''. GET /config/ HTTP/1.1 HTTP/1.1 200 OK Connection: close Date: Tue, 19 Dec 2006 05:33:16 GMT Content-Type: text/html Content-Length: 0 Connection closed by f...
2006 Mar 15
0
Mongrel Web Server 0.3.11 -- Edge Rails and Win32 Compliant
...rel that''s been in the works for a while now (well, like a week). It is chock full of changes and features, but mostly it syncs up the Win32 side of things, and validates that Edge Rails works without problems. It also features a more extensive and useful example of the GemPlugins called mongrel_config. First the usual stuff for people without a clue. WHAT IS MONGREL? Mongrel is a small fast little web server project trying to bring the speed of FastCGI and the simplicity of WEBrick for deploying any Ruby web application. It already supports Ruby on Rails, Camping, and Nitro and could soon su...
2006 Mar 15
6
Mongrel Web Server 0.3.11 -- Edge Rails and Win32 Compliant
...rel that''s been in the works for a while now (well, like a week). It is chock full of changes and features, but mostly it syncs up the Win32 side of things, and validates that Edge Rails works without problems. It also features a more extensive and useful example of the GemPlugins called mongrel_config. First the usual stuff for people without a clue. WHAT IS MONGREL? Mongrel is a small fast little web server project trying to bring the speed of FastCGI and the simplicity of WEBrick for deploying any Ruby web application. It already supports Ruby on Rails, Camping, and Nitro and could soon su...
2006 Mar 15
9
Mongrel Web Server 0.3.11 -- Edge Rails and Win32Compliant
...hat''s been in the works for a while now (well, like a week). It is chock full of changes and features, but mostly it syncs up the Win32 side of things, and validates that Edge Rails works without problems. It also features a more extensive and useful example of the GemPlugins called mongrel_config. First the usual stuff for people without a clue. WHAT IS MONGREL? Mongrel is a small fast little web server project trying to bring the speed of FastCGI and the simplicity of WEBrick for deploying any Ruby web application. It already supports Ruby on Rails, Camping, and Nitro and cou...
2006 May 01
2
Mongrel: Config File Q
I''d like to be able to type mongrel_rails start and have mongrel read a conf file like lighttpd does. I''m pretty sure this can be done but the documentation refers to a camping interface and I just don''t see it. Can someone point me in the right direction? Thx -- View this message in context: http://www.nabble.com/Mongrel%3A-Config-File-Q-t1535646.html#a4172243 Sent
2006 May 01
3
mongrel_cluster-0.1.1: the bird dog (capistrano support!)
...loy.rb: require ''mongrel_cluster/recipes'' Example usage: cap -a configure_mongrel_cluster Variables mongrel_servers: Number of Mongrel servers to start. mongrel_port: Starting port to bind to. mongrel_address: Address to bind to. mongrel_environment: Rails environment to run as. mongrel_config: Path to config file. use_sudo: Whether or not tasks that can use sudo, ought to use sudo. Capistrano defaults to true. Tasks (performed on :app role) configure_mongrel_cluster: Configure the cluster with variables. Uses sudo if use_sudo is true. start_mongrel_cluster: Start Mongrel processes...
2006 May 24
0
mongrel_cluster 0.1.3 prerelease
...from mongrel_rails. * Added support for changing the user/group of mongrel_rails process. * Added bin/mongrel_cluster_ctl to start/stop all clusters on a server. Usage: mongrel_cluster_ctl (start|stop|restart) [options] * Addred resources/mongrel_cluster * Fixed bugs in Capistrano recipes with mongrel_config variable. * Remove use_sudo from configure_mongrel_cluster task. * Changed restart_mongrel_cluster task to call stop/start. * Added Capistrano tasks to support mongrel_cluster_ctl. Known issues: * Output suppression doesn''t quite work as expected. Some messages from "mongrel_rails...
2008 Jun 13
2
Rails at a different document root?
Hi, I need my Rails app to not create internal URLs that begin with "/", but rather something like "/rails". Does anyone know where this would be configured? Basically, I''m building a setup with Rails behind Apache, and Apache using mod_proxy to route requests to the Rails server instance. So for example, Apache is doing this: https://server/rails --->
2006 May 25
2
mongrel_cluster 0.1.3 prerelease
...from mongrel_rails. * Added support for changing the user/group of mongrel_rails process. * Added bin/mongrel_cluster_ctl to start/stop all clusters on a server. Usage: mongrel_cluster_ctl (start|stop|restart) [options] * Addred resources/mongrel_cluster * Fixed bugs in Capistrano recipes with mongrel_config variable. * Remove use_sudo from configure_mongrel_cluster task. * Changed restart_mongrel_cluster task to call stop/start. * Added Capistrano tasks to support mongrel_cluster_ctl. Known issues: * Output suppression doesn''t quite work as expected. Some messages from "mongrel_rails...