MediaTemple DV SSL and Passenger
- by pcasa
Followed these instructions to get Passenger and media temple's apache talking to each other.
http://greggoodwin.com/2009/03/01/install-ruby-on-rails-with-passenger-on-mediatemple-dv-35-how-to/
I have ssl_requirement installed and pages requesting SSL but can't figure out which .conf file gets edited and what to put in it. httpd.conf, vhosts.conf, ssl.conf, vhosts_ssl.conf?
For what its worth where my vhosts.conf file is at, there is also a httpd.include that looks like it holds some info from certs created by Plesk. In there it says to create a /var/www/vhosts/sitename.com/conf/vhost_ssl.conf file for ssl.
Currently I have vhosts.conf in /var/www/vhosts/sitename.com/conf/vhosts.conf
And it looks like
ServerAlias www.sitename.com
DocumentRoot /var/www/vhosts/sitename.com/rails/sitename/public
<Directory "/var/www/vhosts/sitename.com/rails/sitename/public">
Options FollowSymLinks
AllowOverride None
Order allow,deny
RailsEnv development
Allow from all
</Directory>
RailsBaseURI /