Displaying 7 results from an estimated 7 matches for "railsonlighty".
2006 Jul 05
5
ok, lightTPD is installed... how do i use it.
...tp://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger
everything works great using the script/server command, but isn''t that
still using WEBrick? how do i server my apps with lightTPD?
i tried following the instructions given here:
http://duncandavidson.com/essay/2005/12/railsonlighty
but have had no success so far. when i try running
sudo lighttpd -t -f /etc/lighttpd/lighttpd.conf
i get the following output:
2006-07-05 15:46:26: (plugin.c.165) dlopen() failed for:
/usr/local/lib/modaccesslog.so dlopen(/usr/local/lib/modaccesslog.so,
1): image not found
2006-07-05 15:46:26:...
2006 Jan 04
14
Rails on Tomcat or JBoss?
Hi all,
The Rails book talks about running Rails under Apache, but is there a
(relatively) easy way to deploy it to either Tomcat or JBoss? Is the CGI
servlet the only option?
Thanks,
Ken
--
Kenneth A. Kousen, Ph.D.
President
Kousen IT, Inc.
<http://www.kousenit.com> http://www.kousenit.com
<mailto:ken.kousen@kousenit.com> ken.kousen@kousenit.com
2006 May 25
3
No joy for newbie Capistrano user
...ut for a test drive and I can''t even get out of
the garage.
I am following the instructions here:
http://manuals.rubyonrails.com/read/chapter/98#page262
As well as Duncan Davidson''s Deploying Rails with Lighty:
Deploying Rails with
LightTPDhttp://duncandavidson.com/essay/2005/12/railsonlighty
Specifically, when I do:
rake remote:exec ACTION=setup
I get this error:
loading configuration
/usr/local/lib/ruby/gems/1.8/gems/capistrano-1.1.0/lib/capistrano/recipes/standard.rb
loading configuration ./config/deploy.rb
* executing task setup
* executing "mkdir -p -m 775 /usr...
2006 Feb 25
0
neverending i2/lighttpd problems
...running that I can find.
setup info: WHEL3, ruby 1.8.4, rails 1.0, mysql 4.1.12, lighttpd-1.4.8
on port 3000, i2 from the regular old rails subversion repository.
I''m using a lighty config file very similiar to the sample from James
helpful essay: http://duncandavidson.com/essay/2005/12/railsonlighty
I am able to load things from the database via .script/console, and I
have setup i2 according to the readme included so there is the initial
wiki record.
Stack trace below from production.log, I''m not sure which exception is
the real problem:
Processing BooksController#premiere (for 12....
2006 Feb 16
4
Lost while trying to deploy rails app on apache
...ried the
following two setups:
1) Proxying my apps through apache to lighttpd instances. James Duncan
Davidson''s excellent Apache2 and Rails on Lighty pages served as a
reference: <http://duncandavidson.com/essay/2006/01/railsonapache> and
<http://duncandavidson.com/essay/2005/12/railsonlighty>
2) Grafting my apps by symlinking /public to a location in the
directory root and then building FCGI and configuring Apache. I used
these two wiki pages as guides:
<http://wiki.rubyonrails.org/rails/pages/FastCGI> and
<http://wiki.rubyonrails.com/rails/pages/HowtoUseSymLinksToGraftRail...
2006 Jan 19
12
Switchtower isn''t restarting lighttpd
I''ve got switchtower set up, and it seems to work fine except for one
problem: It doesn''t successfully restart lighttpd. I have the
following task in my deploy.rb file:
desc "Restart the web server"
task :restart, :roles => :app do
sudo "/usr/local/etc/rc.d/lighttpd.sh restart"
end
This is on a FreeBSD system, so it''s using the rc script to
2006 Jan 02
5
Can''t get fcgi working with Apache2 on Mac OS X
I have an application that works fine in development mode under plain
old CGI and I''m trying to get it running under FCGI with multiple hours
of frustration. Lately, I am running dispatch.fcgi standalone from the
command line. It gives me a not very helpful one line error message;
Status: 500 Internal Server Error
The log file produces a not very helpful 2 line message;