Displaying 20 results from an estimated 30000 matches similar to: "AJAX not working with lighttpd but working with webrick"
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
2006 Jan 12
3
File Upload Problems With Apache and Lighttpd But Not Webrick...
I am having trouble uploading files through a form when using Apache
(production) or Lighttpd (development). The odd thing is that when I force
script/server to load Webrick, the upload works just fine on the same
code-base.
When it fails, the upload just sits there forever. Some browsers eventually
return an error code, others spin for a long time... Anyway, it never
recovers.
The file is a
2006 Mar 12
5
Webrick and Lighttpd
I just went thru the hivelogic article to get everything installed on my
new mac. I then decided to run thru the ADC Rails article. In the
article it says to run ''script/server'' which will start lighttpd if
installed or webrick if not. When I do it, I get webrick not lighttpd. I
followed the hivelogic article word for word and everything else seems
to be working fine. Is
2006 Feb 16
1
Relative paths in Webrick vs. lighttpd
Hi, everyone. I''ve got a development server running Webrick, and a
production server running under lighttpd. The following two lines of
code work just fine in the development server, but bombs out on the
production server with a "file not found" error:
label_base_jpeg = "app/views/price_books/label.jpg"
canvas =
Magick::ImageList.new(label_base_jpeg)
2006 Mar 06
1
WEBrick / lighttpd information?
Is there a Usenest Newsgroup / listserv / Internet forum dedicated to
issues of WEBrick / lighttpd configuration such as loggin and CGI?
Thanks for the comments.
john
2007 Jan 25
0
Full-Dulpex Ajax module for Lighttpd
Hello,
Full-Dulpex Ajax module v 0.5 for Lighttpd released. Designed for RoR.
http://www.refwell.com/blog/index.php/2007/01/25/full-dulpex-ajax-module-for-lighttpd/
Regards,
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to
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
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 Mar 05
5
lighttpd / WEBrick forum?
Is there a mail list or USENET group for lighttpd WEBrick questions.
I posted a simple CGI question to this list last week and got one
responce and that responce told me I was on the wrong list with Ruby
based from / CGI questions.
The code I posted looks correct but does not work giving a Routing
Error. This makes me think something is wrong with the set up of
WEBrick. I am only doing
2006 Jun 14
0
installation problem with lighttpd
Ever since I moved my dev environment from my Powerbook to my new
MacBook Pro, I cannot run the lighttpd webserver - it starts and
immediately crashes out with an error (see below) saying a file does not
exist. I''ve checked the file does exist.
WEBrick works without any problem.
Has anyone else experienced this problem?
John:~/web john$ ruby script/server
=> Booting lighttpd
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 Feb 01
2
Weird problem with script/server, lighttpd, and FreeBSD
I installed lighttpd from ports on my FreeBSD-5 system last night, wanting
to play with that instead of WEBrick for development work.
I installed it, and ran script/server, and got this:
[minter@carlton discostu]$ script/server
=> Booting lighttpd (use ''script/server webrick'' to force WEBrick)
=> Rails application started on http://0.0.0.0:3000
=> Call with -d to
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 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
2008 Feb 29
1
Lighttpd & VB.Net HTTPWEBREQUEST
Hi guys/gals,
I don''t know if anyone can answer this, and this post may belong in a
VB.Net forum, but my question is more for lighttpd. I have a .net app
that sends a HTTPWEBREQUEST to the webserver. Then my def saves this
hit to a mysql db. In webrick, this works fine, but not in lighttpd. I
was wondering if anyone has ever done this or does anyone know if
lighttpd does not accept
2006 Feb 07
4
Can''t stop/start lighttpd
Hello everyone,
I?ve been working with Ruby on Rails for about 2 months now and have
really enjoyed the ease of use of it. I?m only been doing development
on it so I?ve been using WeBrick. Recently, I have built a server
running Debian Linux, with ruby 1.8.2, rails 1.0.0, lighty 1.4.3, and
Mysql 5.0.18. I used WeBrick to generate a lighttpd.conf file for me, I
changed the paths in the
2006 Mar 28
1
server not starting in new Rails 1.1 - lighttpd parser error
I am newbie - needed help,
I just know updated rails1.1
When i start the server I''m getting this error,
------------------------------------------
gbalaji:~/projects/depot gopalbalaji$ ruby script/server
=> Booting lighttpd (use ''script/server webrick'' to force WEBrick)
=> Rails application started on http://0.0.0.0:3000
=> Call with -d to detach
=>
2006 Oct 17
5
lighttpd exits, don't know why
Hi, I''m new to Rails and was trying out the tutorial that they give on
the apple website
http://developer.apple.com/tools/rubyonrails.html
I installed everything including lighttpd, and I got up to the point
where I want to create
my first record. When I hit the ''create'' button, lighttpd quits. If I
have the server running
as a foreground process I get this message
2006 Jan 19
3
lighttpd config on os x
I finally got around to installing lighttpd on my mac for dev work,
followed the instructions at
http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger
When I go into my rails app and type "./script/server" I get the
following errors:
baggio:~/work/teore pergesu$ ./script/server
=> Booting lighttpd (use ''script/server webrick'' to force WEBrick)
2006 Nov 13
3
Lighttpd Problems
Hi everybody,
I was using ruby with Lighttpd just fine, and all of a sudden I''m having
a problem. I''ve exhausted google - nobody else seems to have this
problem.
when running script/server, I get:
=> Booting lighttpd (use ''script/server webrick'' to force WEBrick)
=> Rails application started on http://0.0.0.0:3000
=> Call with -d to detach
=>