search for: lightpd

Displaying 15 results from an estimated 15 matches for "lightpd".

Did you mean: lighttpd
2006 Mar 15
6
Mongrel Web Server 0.3.11 -- Edge Rails and Win32 Compliant
Hello Folks, This is the big release of Mongrel 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
2006 Jan 31
2
lightpd / fcgi / RoR setup
Hi, I''m running RoR and have set it up more or less like described in the wiki (for instance here http://wiki.rubyonrails.org/rails/pages/LighttpdWithProcessScripts). I can start the fcgi listener and see that ports 7000-7004 are listening. I can start lighttpd, and try to connect to the server. I can restart the default.fcgi listening scripts that i see in "ps ax | grep
2006 Sep 03
5
Upload Progress.
I have been trying to get a File Upload Progress system working, and I have tried using Sean Treadway''s plugin, but I can''t seem to get it to work..... Building my own seems to be the logical answer, but how would I get the total bytes received from a file? What do I call? Thanks for your help and time. -- Posted via http://www.ruby-forum.com/.
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 Jun 05
25
RoR on mac OS tiger 10.4.6 latest n greatest?
hi, ive had some trouble trying to install RoR on tiger. during my google search i came across many different installs.. some using apache, lighttpd, or webricks for the web server,,,,,some are using sqlite, or mysql....now ive tried all and it came to a point where im sure i had multiple libraries etc...installed and everything was not working right compared to my ubuntu install of Ror. so
2006 Oct 15
14
Mongrel can''t handle some URLs that IE6 sends
...'t seem to handle these properly. In 0.3.13.3 it would print out something like: Sun Oct 15 23:05:38 CST 2006: BAD CLIENT (192.168.1.2): Invalid HTTP format, parsing fails. 0.3.13.5 seems to ignore the request altogether (not even debug logs say anything). It seems other web servers like LighTPD handle requests like this without issue. Shouldn''t mongrel follow suit? It isn''t standard and IE7 seems to have fixed this, but IE6 is still a large chunk of the browser market, and I''d like for my users to get something more meaningful than an IE error page if they'...
2006 Aug 06
1
error message for too-large uploads
i''m trying to send users a polite error message when they try to upload a file above a certain size (1.5MB). we''re using lightpd with rails, and lighttpd is configured to not allow requests larger than 1.5MB. that has two flaws: 1.5MB has to be uploaded before i fails. i''d like to read the file size before is uploaded, to not waste user''s time or our bandwidth. and when the limit is hit, lighttpd just retur...
2006 Apr 19
5
Apache, Rails, FastCGI, Ruby, slow
I''m running Windows XP Pro on a not-so-new machine, Pentium 4 2.4GHz with 512 RAM. I''ve got Apache 2 installed and I''m using FastCGI to run Typo in development mode while I design a theme for it. But it''s slow, very slow. Inconsistently slow. If I reload a page, sometimes it happens pretty quickly. Sometimes it takes more than a minute. Sometimes it
2006 Feb 16
2
READ! mirrorlist.centos.org port 81? (Yumconf changes)
> Why not - they are the same old mirrors - all that happens is that yum > gets a lost of local up to date mirrors for the release/repo/arch from the > mirrorlist server on port 81 - chosen solely so that we can run it on the > same server > as normal apache on port 80. > > If you have fastestmirror plugin enabld yum will then test the mirrors and > use the fastest local
2006 Mar 18
2
redirect killing dispatch.cgi
hi, having a maddening problem with a redirects between controllers. app is working fine on my two local machines, a mac and a pc, with either webrick and lighttpd/cgi on either machines. i move it to my hosting provider and try to get it working with apache + cgi, most of it works, but it fails at a specific spot, and causes dispatch.cgi to hang indefinitely. nothing shows up at all in the
2008 Apr 24
0
[LLVMdev] PHP Zend LLVM extension (SoC)
Hi Nuno, this can be a great project. Some PHP opcodes can be optimised a lot by llvm (like branches or function calls) while others like operations on variables can't be so easy optimized due to the dynamic nature of PHP. For the latest maybe you can use some automatic type inference, like the ones used in languages like Haskell, but this is is a big project and there are also mixed
2006 Jan 06
4
Upload Progress Bar Problems
I''m writing an application where the user will be uploading many images and user feedback is essential. I''ve been trying to get the upload progress bar plug-in to work, but thus far have not had any success. I''ve downloaded Sean Treadway''s application code from his site http://sean.treadway.info/demo/upload/ and I followed the steps in his Upload
2008 Apr 22
5
[LLVMdev] PHP Zend LLVM extension (SoC)
Hi, PHP has a Google Summer of Code project approved to create an LLVM extension for the PHP's VM (Zend). (http://code.google.com/soc/2008/php/appinfo.html?csaid=73D5F5E282F9163F). I'll be mentoring that project (and the student is CC'ed). Although I've already contributed a few patches to clang, I haven't hacked LLVM much, so I would like to gather some advise before
2007 Jul 04
18
PHP vs RubyOnRails newbie concerns/questions
Hi all, I''m planning to bring a new app. to market, and I''m more the designer and business manager than the programmer for this project. We are deciding that technologies to use, and so I asked my programmer to take a look at RubyOnRails. Below are his first impressions. Could anyone with more experience on these matters kindly offer any response to the issues he raises? much
2006 Mar 07
13
hosting multiple rails apps in one webroot?
...?ngliche Nachricht --- >> Von: Stephen Bannasch <stephen.bannasch@gmail.com> >> An: rails@lists.rubyonrails.org >> Betreff: [Rails] hosting multiple rails apps in one webroot? >> Datum: Tue, 7 Mar 2006 13:45:08 -0500 >> >> Question: >> >> I have lightpd running behind an apache proxy and I would like to >> setup lighttpd so that different folders under webroot are mapped to >> different rails applications. >> >> filesystem view: >> >> webroot/ >> railsapp1/ >> app/ >> config/ &gt...