I've always used the gem, and I've never once had to run a2enmod, but
I suppose it depends on how you do it.

If you just add it to the bottom of /etc/apache2/apache2.conf, then
you don't have to do that. Otherwise, yes, you'd have to use a2enmod.

Either way, it's simple to do. Yes, a2ensite does in all actuality
create a symlink, but it's a more seamless way of doing it with
distro's that support the modularised implementation of Apache 2.

On Apr 25, 12:21 am, "Joe Smith" <unknown_kev_...@hotmail.com> wrote:
> "command0" <justinbrinkerh...@gmail.com> wrote
> in 
> messagenews:416bec30-fc32-4cf6-a20a-3f67e4d2f...@s22g2000prd.googlegroups.com...
>
> >Then run your preferred editor, and create a new file in
> >/etc/apache2/sites-enabled
>
> I think you mean creat a new file in /etc/apache2/sites-available
> since a2ensite wants to create a symlink in sites-enabled to a file in
> sites-available.
>
> Similarly, if one uses the passenger gem rather than the passenger package,
> one creates files in /etc/apache2/mods-available, and uses a2enmod to create
> symlinks to them in /etc/apache2/mods-enabled.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-t...@googlegroups.com.
> To unsubscribe from this group, send email to 
> rubyonrails-talk+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/rubyonrails-talk?hl=en.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to