Very strange. I see in the logs that /etc/scalr/private.d/vhosts didn't exist. But, on my last reboot it did work as expected.
I'm assuming that I had an unknown error in my vhost config that caused a problem. I'm not going to track it down any further unless it happens again. Thank you for the help, Nickolas. On Jan 25, 1:54 pm, Nickolas Toursky <[email protected]> wrote: > Any errors in the log? > > > > > > > > On Tue, Jan 25, 2011 at 22:05, -tb <[email protected]> wrote: > > 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 > > athttp://groups.google.com/group/scalr-discuss?hl=en. -- 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.
