Displaying 5 results from an estimated 5 matches for "railsonapache".
2006 Jun 07
7
Tunneling in capistrano twice
Hi there,
The default recipe expects you to be able to access your web server
directly from your local machine.
On our web server, for security purposes, it is only possible to ssh
to it through one particular ip (which is also a remote machine.)
The capistrano source is so compact and tidy it looks very hackable.
But rather than messing around I thought I''d ask first if anyone else
2006 Jan 12
0
Apache proxy + lighttpd + rails
Hi list,
I''m having another problem deploying my Rails application. I set up
the servers and apache2 configuration using the excellent essay by
Duncan Davidson:
http://duncandavidson.com/essay/2006/01/railsonapache
However, he describes proxying using a subdomain. What if I want to
proxy the requests of www.domain.com/railsapp/<url> to
www.domain.com:8888/<url> and reverse it back the correct way?
The first part works, the requests are successfully routed to
www.domain.com:8888/admin/login for e...
2006 Jun 06
2
Running a script on my server
Hello, I am rather new to Ruby On Rails but have it installed on my computer
and have created a test project that works. My next objective is to get the
script up and running on my server for public access.
I am getting hosted from a private host. The host does support Rails, and
does have it up and running currently. Well, that''s all the information I
have. I have Cpanel with shell
2006 Feb 16
4
Lost while trying to deploy rails app on apache
...the wiki trying to get something working. Briefly, I''ve tried 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
<h...
2006 Jun 15
12
RoR on Apache2
Hello,
I''ve been going though the "4 Days on Rails" tutorial at
http://rails.homelinux.org/ test-driving ruby on rails using the WEBrick
server without problems. I''m trying to move the app to be seen by
apache2, and am having some troubles. I''ve looked through many guides
online which all say pretty much the same thing, which, I think, I am
doing.