Displaying 3 results from an estimated 3 matches for "railsapp2".
Did you mean:
railsapp
2006 Mar 02
6
Lighttpd and fastcgi problems...
Hi,
I''m having difficulty getting ruby running via Lighttpd and fastcgi. My
lighttpd.conf reads:
server.port = 81
server.pid-file = "/tmp/test_lighttpd.pid"
server.modules = ( "mod_redirect", "mod_access", "mod_fastcgi",
"mod_accesslog", "mod_simple_vhost" )
server.document-root = "/tmp/mis/public"
2006 Mar 07
13
hosting multiple rails apps in one webroot?
...tiated based on hostname and port alone.
I can easily map rails.dev.host.com to an fcgi process that starts either the dispatch.fcgi process in railsapp1 or raqilsapp2.
If I had more control over the name rails.dev.host.com I could create virtual hosts like this:
railsapp1.rails.dev.host.com
railsapp2.rails.dev.host.com
and then create two virtual hosts and two fcgi-server blocks for both the apps.
But I am stuck with rails.dev.host.com
Perhaps I am missing something obvious ...?
>see that page:
>http://www.lighttpd.net/documentation/
>
>and search for keywords ''virtual&...
2006 Aug 18
3
Lighttpd Conf Help - Multiple Domains Multiple Apps
Hi Guys,
I hope someone can help me out. I am trying to configure two
applications to run on lighttpd and each app will have its own domain.
My machine is running on Fedora. When I run my lighttpd with the
following conf file, I get no error but when I check out my app, it
dishes out a 404 error- the 404 being served isn''t the 404 inside the
railsapp/public folder.
Do hope someone