[RAILS, APACHE,TEXTDRIVE] Configuration?

Hi,

Textdrive, Rails users…

I got my rails app running on burnaby.
I’m happy.
Currently it uses lighttpd to listen on port 8148.
I’d like to use my Apache server serve up my rails app.
Then, my users could reach my rails app on port 80.
How do I configure my Apache server serve up my rails app on port 80?

Thanks,
-Dan

You don’t want apache to serve your rails app.

You can use apache to proxy your rails app to your port, though.

That’s covered in the manual.

http://manuals.textdrive.com/read/book/9


_Deirdre http://deirdre.net/

Works good!

Now my RoR app is on port 80!

Thanks!!
-Dan