similar to: Lighttpd-1.4.11 prerelease available for testing with Rails

Displaying 20 results from an estimated 100000 matches similar to: "Lighttpd-1.4.11 prerelease available for testing with Rails"

2008 Jan 26
0
[LLVMdev] 2.2 Prerelease available for testing
My test results for the LLVM 2.2 prerelease. === Q. Target === * Mac OS X 10.4.11 * 2 GHz Intel Core 2 Duo * MacBook % uname -a Darwin macbook.local 8.11.1 Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386 i386 i386 === Q. How you built the release === * objDir != srcDir * Release build * llvm-gcc-4.2 from source
2006 May 11
0
File upload works with webrick, but fails in lighttpd 1.4.11
I''ve been trying to add a basic file upload feature (just based on the Rails Recipes example), but I find that it only works with the webrick server and not my lighttpd 1.4.11 server. I''m running Rails 1.1.2 on OSX. The upload silently fails with both firefox and Safari, even with the useragent hack and with any size of file/image. My lighttpd config is pretty standard as
2008 Jan 31
0
[LLVMdev] 2.2 Prerelease available for testing
Dear Tanya: > You also have a few CBE failures that I am not seeing. What version > of xcode do you have installed? Xcode 2.4.1 > Can you send me the following files? > SingleSource/Regression/C/Output/2008-01-07-LongDouble.* > SingleSource/Regression/C/Output/PR1386.* OK, I attached those files (llvm-2.2-test-output.tar.gz) Best regards, 2008/1/30, Tanya Lattner <tonic at
2006 Jun 14
0
upload progress bar wih lighttpd 1.4.11?
I''m trying to implement the upload progress bar with lighttpd 1.4.11, and i''m seeing various posts (linked below) indicating that lighty doesn''t support it. sounds like they''re working on it, though. anyone have any idea what the current status of this is? or if there''s a workaround in the meanwhile? those posts:
2008 Jan 30
2
[LLVMdev] 2.2 Prerelease available for testing
Thanks for testing the release. Overall the test results look decent with a couple exceptions. You also have a few CBE failures that I am not seeing. What version of xcode do you have installed? Can you send me the following files? SingleSource/Regression/C/Output/2008-01-07-LongDouble.* SingleSource/Regression/C/Output/PR1386.* Thanks, Tanya On Jan 26, 2008, at 6:43 AM, Takanori Ishikawa
2006 Nov 17
0
[LLVMdev] 1.9 Prerelease Available for Testing
Hi Tanya, > > * The llvm-1.9.tar.gz file unpacks to a dir named "llvm". Shouldn't > > that be llvm-1.9? > > We have always labeled the dir just llvm which is fine. If you build > llvm it will know its version 1.9. I think that's missing the point. Convention is the foo-4.2.tar unpacks to a directory called foo-4.2. It's a unwelcome surprise when it
2006 Nov 17
1
[LLVMdev] 1.9 Prerelease Available for Testing
>>> * The llvm-1.9.tar.gz file unpacks to a dir named "llvm". Shouldn't >>> that be llvm-1.9? >> >> We have always labeled the dir just llvm which is fine. If you build >> llvm it will know its version 1.9. > > I think that's missing the point. Convention is the foo-4.2.tar unpacks > to a directory called foo-4.2. It's a
2006 Jul 19
3
Rails & Mongrel & Lighttpd > NameError in Production
hallo there, i got a problem with switching from development- to production-mode in my rails project. in development everything is working fine, but in production i keep on getting a NameError... [quote] NameError in Appointments/admin/appointment categoryController#list uninitialized constant Appointments::Admin::AppointmentCategory
2006 Mar 15
0
FCGI hanging w/ LightTPD in about 24-48 hours
I started an earlier thread about this ... Someone suggested a different version of LightTPD, since the version I was using had some known issues with FCGI. Well, we''ve upgraded to LightTPD 1.4.11 and the problem is still happening. We have Rails running under fcgi (one process) under LightTPD. This, in turn, is proxied to by Apache. This is on a test IP, so only a few people should
2006 Jan 22
0
problem setting up lighttpd and rails app.
I am trying to set-up lighttpd and rails to work with fastcgi. Here is what I am currently using for the virtual host definition. I have gotten this from various websites. Sorry about the formatting I can''t seem to control it with Thunderbird. var.wholesale = "wholesale" $HTTP["host"] =~ "^wholesale" { server.document-root = "/var/lighttpd/"
2006 May 07
0
How does lighttpd/fcgi/rails work?
I''m trying to understand how the lighttpd/fcgi/rails process works. It seems like there are two ways to start lighttpd for: 1. script/server (only starts lighttpd if you have lighttpd in your $PATH, otherwise starts webrick) 2. lighttpd -f /path/to/lighttpd.conf It seems like #1 is for development and #2 is for production, but I don''t actually know what the difference
2006 Aug 07
0
lighttpd path error
Hello list, I''ve been developing a rails app using webrick as my server. I''m trying to change my server over to lighttpd as I am now attempting to deploy on a host that uses lighttpd. I had an older version of lighttpd installed and could never get it running correctly with my app. Preparing for deployment I decided to get lighty working and after poking around a bit I
2006 Jun 04
1
Problem with images on Apache and Lighttpd
Hello. Since two days I am trying to set up two rails-apps on a vserver-host so that I can access from work ;-) I tried all I can imagine and what Google/MSN teached me: FastCGI, SCGI, Lighttpd, Apache, Alias, Vhosts,.... But nothing really works. I am on Debian 3.1 with Ruby 1.8.4, Rails 1.1.2, FastCGI 2.4.0, mod_fastcgi 2.4.2, ruby_fcgi 0.8.6, ruby_gems 0.8.11, Apache 2.0.54, Lighttpd
2006 Jul 14
4
Rails Lighttpd Issue on Fedora
Hi guys, I''m here again with a problem. I have a rails app called brewed. It''s located /home/user/brewed. My lighttpd.conf is located at /home/user/lighty. When I execute lighty on port 80 with: /usr/local/sbin/lighttpd -f /home/user/lighty/lighttpd.conf rails seems to work fine. If I type www.mysite.com/main/index on my browser, the page comes out well. I have my files
2005 Dec 22
1
Lighttpd/rails deployment error
I have been trying to get Lighttpd working.... we have been using webrick, but want to move to a production quality web server. I followed the instructions found here : http://brainspl.at/pages/rails_stack We are developing on windows and deploying to Fedora Linux. We''re using rails 1.0. The build actually happens on the windows box and using ant transfers the code to the Linux box.
2006 Jan 16
0
Problems with ORBJSON and rails 1.0 under lighttpd
Folks, I''ve been using ORBJson as a high-level services link between my javascript and my rails backend, and now that I have upgraded to rails 1.0 I am finding that ORBJSON no longer works for me under lighttpd, though it still works fine under Webrick. The symptom I am seeing is that when I start up lighttpd and then hit the web address for it, my disk fills up with messages being
2006 Feb 26
1
rails/lighttpd on os x
I''m trying to set up my Rails development app for public access on OS X. I''m using the bundled lighttpd server. The first thing i tried to do is simply start lighttpd on port 80. When i set "server.port = 80" in lighttpd.conf i get the following error message after running ruby script/server: (network.c.265) can''t bind to port 80 Permission denied i
2006 Jul 21
1
Lighttpd for rails app subdomain apache for the rest
I want to host a rails app at mydomain.com/railsapp. For technical reasons I have to leave mydomain.com on apache. This means that I need to tell apache to proxy only requests for mydomain.com/railsapp to lighttpd. I have deployed in a situation like this before around a year and a half ago but it was a real pain. Lighttpd and rails have matured a lot in the year and a half since I did
2005 Nov 14
0
can't display controllers with lighttpd
Hello, I can see http://192.168.1.5/public/index.html i''ve created a controller as it''s mentionned in the rails bible ("agile web dev.." of M.Thomas) If i try http://192.168.1.5/say i have an error "file not found" I''ve really struggled a lot with this and already asked people at #lighhtpd but i really can''t find the answer. This is
2006 Nov 16
1
[LLVMdev] 1.9 Prerelease Available for Testing
Hi, Bram Adams wrote: > Tanya M. Lattner wrote: >>> === Summary === >>> >>> # of expected passes 1411 >>> # of unexpected failures 140 >>> # of expected failures 33 >>> >> Can you send the log file to the list? Is this ppc or? >> No ppc, but x86 (Slackware 10.2) with LLVM 1.9