I have apache configured for mongrel cluster - usual port 80 going to
8000+.
Now I want to set up a subdomain that points to a non RoR app.
any clues?
thanks.
I have apache configured for mongrel cluster - usual port 80 going to
8000+.
Now I want to set up a subdomain that points to a non RoR app.
any clues?
thanks.
I don’t know if this is the best approach, but it works for us. You
can use a VirtualHost directive in your httpd.conf with a different
doc root. For example: www.mydomain.tld proxies to mongrel (also
done in a virtual host directive) and docs.mydomain.tld goes to a
bunch of static documents.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs