MediaTemple DV SSL and Passenger

Posted by pcasa on Server Fault See other posts from Server Fault or by pcasa
Published on 2010-06-07T20:45:41Z Indexed on 2010/06/07 20:53 UTC
Read the original article Hit count: 340

Filed under:
|
|
|

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 /

© Server Fault or respective owner

Related posts about ssl

Related posts about ruby