I'm trying to create a new virtual host for an app on a single lamp64-
ubuntu-ebs server. I've made tried to make the configuration as simple
as possible, but the vhost is never created on the instance.  I've
tried saving the vhost, and then even restarting my farm.

Anyone have ideas on what I'm doing wrong?

Here's my config. Some values modified slightly to protect the
innocent :)

Domain Name: demo.example.com
Farm: my-farm-name
Role: lamp64-ubuntu-ebs

Enable SSL:  No

Document Root: /var/www/demo.example.com
Logs Directory: /var/log
Server Admin's Email: admin.example.com
Server Alias:
non-SSL Template:
<VirtualHost *:80>
       ServerAlias www.{$host} {$server_alias}
       ServerAdmin {$server_admin}
       DocumentRoot {$document_root}
       ServerName {$host}
       CustomLog {$logs_dir}/http-{$host}-access.log combined
       ScriptAlias /cgi-bin/ {$document_root}/cgi-bin/
</VirtualHost>

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

Reply via email to