similar to: Full-Dulpex Ajax module for Lighttpd

Displaying 20 results from an estimated 20000 matches similar to: "Full-Dulpex Ajax module for Lighttpd"

2006 Jun 23
0
AJAX not working with lighttpd but working with webrick
I''m using a little bit of AJAX code in my rails project and it''s causing quite a headache. I''m using webrick to for testing and development and the AJAX code works. Rails generates the javascript code inside the view and everything is fine. But when I test it under lighttpd which is what I will be using for production it doesn''t work. When I view the source
2007 Jan 02
1
Why doesn't any ajax work on my linux/lighttpd server
hello all! so i''ve got my app running great with sortable lists, fading objects and what not. but when i upload everything to my fedora core 5 server running lighttpd, all the ajax stuff doesn''t work. has anyone experienced the same problem? any info would be very appreciated! thank! Jon -- Posted via http://www.ruby-forum.com/.
2006 Jun 29
0
Ajax Scaffold for a application started using win32-process module.
Hi, I have an RoR application(parent) which is use to kick off other RoR applications(ajax scaffold based). I use win32-process Open4.popen4() to start the RoR applications. Untill recently I was using normal scaffold feature of Rails, and recently I migrated to Ajax Scaffold; After moving on to Ajax scaffold, when I try to start a RoR from my parent RoR, the application do get started, when I
2006 Apr 18
2
RoR, lighttpd, and localhost
This is really more of a web server configuration question, but it seemed like a problem in which RoR''ers would be well versed. I am running a RoR app on lighttpd behind an Apache proxy (well, reverse proxy is perhaps more accurate). Since the requests are being proxied to Lighttpd from the same server, my Rails apps think that the requests are coming from localhost. As such, anytime
2006 Jun 02
3
One Lighttpd or many?
I''m trying to get Lighttpd started, and understand how it works (not quite there yet with Ror). Some questions: 1) Can I run Lighttpd as a main server instead of Apache2? 2) When hosting different RoR projetcs, will there be one server for each? Or is it one server running all? 2) Can it do everything Apache can? Like PHP, webdav, etc? -- Posted via http://www.ruby-forum.com/.
2006 Mar 27
2
dispatch.fcgi hanging after lighttpd shutdown
Hi. I''m using RoR 1.0 with FastCGI and lighttpd on a Debian 3.1 box. I have configured lighttpd to do adaptive spawning of the FastCGI processes. However, after shutting down lighttpd the FastCGI processes remain running. Did this problem occur to anyone of you? Is there a fix? I''d be really grateful for every answer. Regards, Manuel Holtgrewe
2006 Apr 08
1
lighttpd fcgi and rails banchmarks
I have been testing various web development solutions on an unloaded Mandrake Opteron 150/1Gb box. I am a little confused about my results on lighttpd with apachebench. Results are requests per second, all test scripts simply output ''Hello, World'' in plain text. Static HTML 11488 FastCGI Perl 6350 C CGI 2015 Perl CGI 597 Ruby CGI 259 RoR
2006 Apr 02
2
Problem with lighttpd on mac
Hi, I followed the instructions I founded here : http://developer.apple.com/tools/rubyonrails.html I can run a small RoR application with webrick, everything is fine in this case. But when I try to use lighttpd i can access http://localhost:3000/images/rails.png for example but not a dynamic page. In the latter case I dont get any page, the browser is just waiting infinitely. If I force
2006 Feb 22
5
Rails on lighttpd locks up, freezes, unresponsive every day
I have RoR running on lighttpd on RedHat Linux and every morning that I check the web page it just keeps waiting to refresh it forever, Firefox and IE never times out on any of the pages I try. Has anyone seen that happening to their RoR? I also removed lighttpd completely and just ran webrick but there was no difference. The linux box has a pretty old kernel 2.4.21-4, could that be the
2006 Jul 19
0
AJAX burning up the cpu
I am using lighttpd to serve up pages for my rails app and one of my actions uses two pieces of AJAX code. Both are calls to periodically call remote, but to two different actions that simply update a status and message field on the page. When the AJAX code is present in the page and even just one person is viewing the page the instace of dispatch.fcgi on the server starts using 99.9% of the
2006 May 24
2
Which JS/Ajax library to use with RoR
Hello, I am beginning to soak myself into JS/Ajax stuff and I am quite confused because of the myriad of AJAX books/frameworks - Its even worse than RoR in this sense (i.e. in the case of RoR, half of the people are writing books on it, and i believe this value is even higher with AJAX ;-) Of course this is not a bad thing, but if a newbie has to choose something it can be really hard. So my
2006 Feb 23
2
lighttpd and blank page
Hi all: I have been using lighttpd on os x with RoR. It normally works great, however, when I use it for one project, kill the process, then switch to another project and start up using ./script/server, all I get is a blank page. No errors or html. The only solution I have found so far is to restart my machine, but that seems terribly inneficient. How does everybody else handle this, or do you
2006 Jun 07
2
Ajax and IE causing Page Not Found and 500 Errors behind SSL
Hi, Forgive this if it is a duplicate, because I was having trouble posting to the list. I have a setup of mongrel behind an apache proxy and I am getting a few people using IE (5.5 & 6.0) complaining about getting sporadic page not found errors when using AJAX features of the site and file uploads behind SSL. I am posting the research I have done on the subject. I have the
2006 Apr 26
8
script/server lighttpd on Windows
Has anyone been able to get script/server to successfully use lighttpd on a Windows box? When I try to start the server I get: PROBLEM: Lighttpd is not available on your system (or not in your path) So then I add "C:\lighttpd\sbin" to the path for the console session, and it still fails with the same error. If anyone has some success with this I sure would like to know. Webrick
2006 Mar 14
3
Lighttpd stops after serving 2 requests.
I made a clean install of my system yesterday, and installed ROR and related items using the script from nubyonrails. Now whenever I start the server, it stops after a couple requests. If I force it to start using webbrick, it works OK. I even created a fresh rails app to test it and I continue to get the same problem, so the problem is definitely not in the code. Does anyone know what the
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.
2006 Jan 27
8
ror/lighttpd - HTML files via port 80 become application/octet-stream?
Hi everybody I am trying to get RoR to work with lighttpd. Nearly there, but I am stuck with a strange phenomenon. If I configure lighttpd to serve pages on say port 2000, I can get at my testapp fine and see the "Welcome aboard" page. However, if I configure lighttpd to use port 80, I get a download prompt from my browser. If I access my URI like
2006 Nov 01
1
strange issue with backgroundrb behind apache/lighttpd
I''m getting strange data back from my worker whenever I run our rails app with more than one dispatcher under lighttpd. just to give some info on what the app does: user submits data to rails app. rails app hands off data to worker, which goes and does it''s thing, storing results in an array of response objects (the array is an attribute of the worker). the response object
2005 Sep 19
0
AJAX update_method support
Hello everyone, I ran across http://www.mattmccray.com/archives/2005/03/25/the-right-way/ as a possible solution for a bug I''ve been having with IE 6 with Prototype 1.3.1. He submitted this patch to RoR http://dev.rubyonrails.com/ticket/941 and it seems it was fixed in RoR and works correctly. I''m not a RoR user, but use Prototype with Perl and wondered if there were any
2006 Feb 17
7
FCGI hanging w/ lighttpd and RoR 1.0 (need to kill -9)
Hi, everyone, I''m currently running a Rails 1.0 project using lighttpd-1.4.9 behind Apache 2 on RHEL 3. My fcgi process (I''m only using one right now) always hangs after some time, which is something I haven''t experienced before (e.g., I''ve run this same app. on a TextDrive account and it works fine there). So ... any ideas on what could be causing this?