Ruby on Rails Saturday, July 7, 2018

On Sat, Jul 7, 2018 at 12:10 PM, Ralph Shnelvar <ralphs@dos32.com> wrote:

> I don't think I am using anything but Apache and Rails.
>
> How can I tell?

How do you start your app on this server? `rails s` or ... ?

> One of the things that is confusing me is I have a file
> /etc/apache2/sites-available/ThisWorks.com.conf
>
> How does Apache know which *.conf file to use?

The VirtualHost/ServerName/ServerAlias directives -- if you tried
to access a different hostname on that same IP address it would
just show the default host (from sites-available).

> Is there a book you can point me at that goes through this stuff in much
> greater detail?

I have no idea about a book; there are probably lots of tutorials out
there. The config files are super well-commented, though, and I'd
just start there, along with the online docs.

Note: the Apache httpd is based on Rob McCool's original NCSA
server circa 1993 so it's pretty "battle-tested" and that includes the
documentation :-)

--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
twitter: @hassan
Consulting Availability : Silicon Valley or remote

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yCuZcDhLgNcS%3DEB7A-3bjvaTjt8Um1cNVCjbtph%3DLucbg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment