similar to: Lighttpd / Rails / FastCGI - Small Problem and Solution

Displaying 20 results from an estimated 10000 matches similar to: "Lighttpd / Rails / FastCGI - Small Problem and Solution"

2006 Apr 20
0
ActiveRecord IO Mode Plugin
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ActiveRecord IO Mode Plugin v.0.0.1 - ------------------------------------- We are pleased to announce the ActiveRecord IO Mode plugin version 0.0.1. It allows you to redirect where sql statements are sent. By default they are sent to a database connection, with the IO Mode plugin you can proxy them wherever you want. They can be sent to any object
2006 Jul 11
1
[Fwd: NDN: Samba PDC With LDAP Backend, Failed to initialise SAM_ACCOUNT for us]
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I got this error when kicking out my first response. I don't know if I should ignore this, or if this is an issue that is affected by the samba.org sites being down... but just in case.. Zach - -------- Original Message -------- Subject: NDN: [Samba] Samba PDC With LDAP Backend, Failed to initialise SAM_ACCOUNT for us Date: Tue, 11 Jul 2006
2006 Aug 11
4
1337 Speak For Ruby and an ActiveRecord 1337 Speak Extension - 0.0.1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ActiveRecord Extension 1337 - 0.0.1 is released! A 1337 speak module for ruby is released! It is bundled with the ActiveRecord extension activerecord_1337. This allows you to encode your application in l33t speak. You can use the L337 module standalone or use it bundled with the ActiveRecord extension. This plugin can be easily used as a Rails
2006 Mar 30
1
Howto configure Lighttpd with fastcgi on Ubuntu?
Hi it''s Noobie Thompson, new to linux and to rails. Has anyone configured Lighttpd with fastcgi to run rails on Ubuntu? I am useing Dapper (flight 5). I have php5 with php5-cgi (downloaded via Synaptic). I have got lighttpd installed and running but I am unable to get the fastcgi/rails side going. I get message to the effect that I must recompile php with Fastcgi enabled. Can anyone help
2012 Apr 06
1
lighttpd + fastcgi + camping
Hello all, I am running in some little stumbling blocks with passenger as a multi user environment (the most problematic feature is that, once you setup a sub-domain passenger wants you to declare on nginx every app running on that nginx server which is not ideal to add apps on the fly and / or if a user wants to run 2 apps from his space) so I was thinking about a more drag a drop / one line
2006 Jul 25
3
+ camping 1.4.140 -- apache+fastcgi, lighttpd+fastcgi
Okay, I have tested mounting several of my apps under Lighttpd and Apache, both running FastCGI. I''m going to explain the configuration, but first: update. gem install camping --source code.whytheluckstiff.net == Mounting Root for Lighttpd+FastCGI == server.port = 3045 server.bind = "192.168.0.103" server.modules = (
2006 Jan 16
0
Lighttpd/FastCGI dispatch.fcgi processes
I have the fastcgi.server part of my lighttpd.conf like this: fastcgi.server = ( ".fcgi" => ( "test" => ( "socket" => "/tmp/test1.socket", "bin-path" => "/home/paulbarry/public/dispatch.fcgi", "min-procs" => 1, "max_procs" => 2 ) ) ) When I start
2005 Dec 10
1
Anyone run lighttpd + fastcgi + PHP?
I have a website that needs to run Squirrelmail (which is PHP based), but I'd like to get it feeding into Ruby on Rails as well. I'm looking at lighttpd because it seems to be easier to get it integrated with Rails. I'm curious, though, how difficult it is to get PHP running with it in this configuration. Overall lighttpd seems to be pretty easy to use. However, it looks like I may
2006 Sep 03
0
Solaris + Lighttpd + FastCGI + SSL HowTo
Hey guys, After having problems when following Linux/MacOS HowTos I created a Solaris + Lighttpd + FastCGI + SSL HowTo. I hope this will help some of you: http://net3x.blogspot.com/2006/09/solaris-lighttpd-fastcgi-ssl-howto.html cheers, i --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2006 Feb 27
0
Lighttpd,Apache, FastCGI, SCGI
I am going through the process of transferring my MVC skills from Java and LAMP to RoR. If someone wanted beocme master/expert at both FastCGI and SCGI what would be the setup on windows XP? My thinking is to use: -XAMPP+SCGI on c drive -WAMP+FastCGI on f drive -lighttpd +SCGI or FastCGI and bind different servers to different IPs as I can set IPs via loopback interface to my networkcard.
2005 Dec 22
0
Lighttpd/fastcgi config - what does "the error-handler was not found" mean?
I''m getting an error about not finding the error-handler. I can''t find anything of use in the production log. 2005-12-22 12:38:14: (connections.c.1383) Warning: Either the error-handler returned status 404 or the error-handler itself was not found: /dispatch.fcgi 2005-12-22 12:38:14: (connections.c.1385) returning the original status 404 2005-12-22 12:38:14:
2006 Mar 23
2
rails lighttpd fastcgi archlinux
When I try to access the rails app, it''s giving me "Routing Error: Recognition failed for "/"" displayed on my browser. Has anyone ran into this problem before? -- Vincent H Gov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060323/78ccb76e/attachment.html
2006 Jul 05
0
using lighttpd - fastcgi
i am still really new to all this, and am noticing things as i go along.. i noticed that when i do a: script/server i get a message that lighttpd is running, not webrick.. and it''s using config/lighttpd.conf.. this seems to run fine on both my laptop (for development) and my server (for deployment).. my question is: is this an acceptable way to deploy an app? using script/server
2005 Dec 22
2
Lighttpd/fastcgi - one ruby process taking up 98% of the cpu
My app goes unresponsive after running for a while. I checked out top, and one of the ruby processes is taking up 98% of the cpu. I have no clue why this is happening, and I doubt anyone can tell me specifically, but does anyone at least have any ideas as to where I should look? Pat
2006 Jan 26
2
Run fastcgi in Apache 1.3, or proxy through lighttpd?
I''m working with a guy who has Apache 1.3 installed on his server, and it''s not an option to simply use lighttpd for a Rails application I''m helping him with. I''ve seen that Apache 2 apparently is crappy when it comes to fastcgi, but 1.3 isn''t so bad. I can then either just run my app straight in Apache, or I could proxy it through to lighttpd. Which
2006 Mar 02
6
Lighttpd and fastcgi problems...
Hi, I''m having difficulty getting ruby running via Lighttpd and fastcgi. My lighttpd.conf reads: server.port = 81 server.pid-file = "/tmp/test_lighttpd.pid" server.modules = ( "mod_redirect", "mod_access", "mod_fastcgi", "mod_accesslog", "mod_simple_vhost" ) server.document-root = "/tmp/mis/public"
2006 Jul 19
4
Rails crashes my fcgid/fastcgi/scgi on apache2/lighttpd :<
Or maybe I crash it and don''t know why. Here is the setup: I have an action that will crash my debian sarge development box using fcgid, fastcgi and scgi running with Apache2, as well as fastcgi running with lighttpd, every time. Here is the action from the controller: ------------------- def crashme @orders = Order.find(:all, :order => "`id` ASC", :offset
2005 Nov 04
0
lighttpd + spawner, only one process doing all the work (solution)
It took me a little while to figure this one out. Perhaps it''s obvious to other folks, but in case it''s not: If you''re using lighttpd with an external spawner for non-PHP applications like rails, you need to list explicitly each port that the spawned processes are using, ex: fastcgi.server = ( ".fcgi" => ( "localhost" =>
2006 Jun 07
9
lighttpd/fastcgi - where does stdout go?
i''m using lighty and fastcgi in my rails production environment. standard output appears to get swallowed up somewhere... it''s clearly not coming out of the development log. don''t know where to look for it. is this a byproduct of running in production mode? is there a way to turn this off? thanks, paul
2006 Jul 14
0
Let''s Optimize ActiveRecord!
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I''ve written a long time ago about ActiveRecord and it''s speed problems. I''ve even written a few plugins that I''ve brought up to the list, and I''m back to say that it can be fixed and will be fixed. Here''s a taste of what is coming... http://blogs.mktec.com/zdennis/articles/category/ruby