Displaying 20 results from an estimated 400000 matches similar to: "Deploying on windows / lighttpd"
2006 May 18
2
Lighttpd scgi error on windows
Hi,
I have followed the instructions below to get lighttpd and scgi working
on windows.
http://wiki.rubyonrails.org/rails/pages/HowToDeployWithLighttpdOnWindows
When i typ in the following address http://127.0.0.1:9999/ i get just a
blank white page.
In the scgi.log file i have the following error but dont know what the
problem is
[INF][3552] Running in production mode on 127.0.0.1:9999
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 17
9
Formatting a float with a set number of decimals
Another newbie question:
How do i convert a float to a string, rounded to a certain number of
decimals?
Thanks
--
Posted via http://www.ruby-forum.com/.
2006 Mar 28
6
Deploying rails...
Hi,
I thought I''d give lighttpd and FastCGI a go but the latest version I''ve
found for fastcgi is 2.4.0 which was released in January 2003. Is this
the right version?
Can anyone recommend the versions I should use for FastCGI et al and
where to find them? I''m not sure I''ve really found what I''m looking
for...
--
Posted via
2006 Feb 28
6
scgi+lighttpd+windows - why wont it work?
two problems, pls help...I''m under big pressure at work to fix this!
I''m having trouble getting scgi and lighttpd running on windows - here''s
what I did:
On Win XP, I installed ruby, rubygems, and setup my rails app. All works
fine with webrick.
I then did: gem install cmdparse and gem install highline (as required
for the scgi_rails gem according to
2006 Jan 27
5
Multiple Apps running under Lighttpd with scgi on a Windows Box ... possible?
I''ve run into a problem on one of my development machines. I''m trying to
run multiple rails apps on one dev machine that runs Windows. Problem is
that is seems that I can only run one scgi_service at a time, meaning
that only one of my apps will function at a time. Anyone know how I can
get around this, other than getting a *nix box (which I should have
soon, hopefully) ?
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
2006 Feb 20
2
Problem with flash[:notice] appearing twice
In my save function in my (ajax!!!) controller, i''ve got a bit like
this:
if ...
flash[:notice] = ''NOT SAVED: This month is locked''
render :partial => ''edit''
else
save it...
redirect to ''show'' action....
...
If i try to save an entry for a locked month, it correctly brings me
back to
my edit action with the
2006 Jan 24
4
How to filter an activerecord find_all...
I have a nice hierarchical table structure like this:
divisions
has_many groups
groups
belongs_to division
has_many subgroups
subgroups
belongs_to group
has_many units
units
belongs_to subgroup
I have a report which is based on units, but i want to be able to filter
the units by which subgroup, or which group, or which division. I also
want to sort them by division.name,then group.name,
2007 Jan 12
1
Deploying with Capistrano to a Windows box
All,
I was wondering if it''s possible (and how) to deploy a rails app to a
windows box using capistrano.
Thanks for the help.
--
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 this group, send email to
2006 Jan 17
2
How to run direct sql
How can i run and get the value from the following sql:
select avg(my_field) from my_table where which_year=''0506'' and
which_week <= 21 and my_foreign_key_id=10
cheers
--
Posted via http://www.ruby-forum.com/.
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 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 Jul 24
0
apache proxy lighttpd
Hi, I''m trying to setup up a rails deploy environment. I get an error
when start lighty in production.log
undefined method `downcase'' for nil:NilClass
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/request.rb:17:in
`method''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/base.rb:902:in
`log_processing''
2008 Sep 02
1
Deploying Rails patches (diff)
I am having a problem with a belongs_to and a has_one :through relation
which I found is a known bug in Ruby on Rails:
http://rails.lighthouseapp.com/projects/8994/tickets/323-has_many-through-belongs_to_association-bug
This ticket has 6 different attachments. Do I need all of them, or just
the latest one?
I can''t seem to find anywhere how one is supposed to deploy these
patches.
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 Jul 10
0
Deploying Rails with Pound in Front of Mongrel, Lighttpd, and Apache
Fyi, here''s a write-up I just posted on deploying Rails with Mongrel(s)
behind Pound:
http://blog.tupleshop.com/articles/2006/07/08/deploying-rails-with-
pound-in-front-of-mongrel-lighttpd-and-apache
Rob
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
2005 Nov 19
3
file uploads with lighttpd-1.4.7 broken??
Hi guys,
Im doing fileuploads and it works great with webrick...I just installed
lighttpd 1.4.7 and ran ruby script/server suecessfully picking up my
lighty and fcgi install...
however...when I try to upload a file the proces either stalls (no
evidence of the hit in any logs) or returns 503....
any suggestions??
thanks in advance...
Mikkel
--
Posted via http://www.ruby-forum.com/.
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
=>