The apache config file is either /etc/apache2/apache.conf or /etc/
apache2/httpd.conf. You might have more virtual host files in /etc/
apache2/sites-available/sitename (which then must be enabled). The
file that you added lines to is just the init script that starts and
stops apache.
I have my production environment up and running now. The problem was
that I didn't have MySQL configured properly. (I figured for a "hello
world" app that didn't require a database, that I didn't have to have
the database configured). But the question I have now is how do I
encrypt my MySQL password in the config/database.yml file? I can
actually view my credentials at:
So anyone can view my password right now! It's a dummy password for
now, but still, at some point it's going to be a big deal that anyone
can view my MySQL user credentials. What are my options for securing
those credentials? Thanks in advance.