I recently made some changes to one of my app roles's vhost template

I am now unable to get the value from the instance:
ec2_get_option_val apache.vhost.http.api.rockmelt.com

returns nothing.

However if I ask for the https value it shows up

r...@ec2-174-129-136-169:~# ec2_get_option_val
apache.vhost.https.api.rockmelt.com
<IfModule mod_ssl.c>
        <VirtualHost *:443>
                        ServerName api.rockmelt.com
                        ServerAlias www.api.rockmelt.com
api.rockmelt.com
                        ServerAdmin t...@yokeinc.com
                        DocumentRoot /var/www-api.rockmelt.com
                        CustomLog /var/log/http-api.rockmelt.com-
access.log combined

                        ErrorLog /var/log/http-api.rockmelt.com-
error.log
                        LogLevel warn

                        SSLEngine on

                        SSLProtocol all -SSLv2
                        SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:
+HIGH:MEDIUM:+LOW
                        SSLCertificateFile /etc/aws/keys/ssl/https.crt
                        SSLCertificateKeyFile /etc/aws/keys/ssl/
https.key

                        ScriptAlias /cgi-bin/ /var/www/cgi-bin/
                        SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-
unclean-shutdown
        </VirtualHost>
</IfModule>


Any ideas?

Farm id is 1193

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

Reply via email to