Multiple WordPress on Virtual Host

Thanks for comments.

I can manage to host two separate WordPress site on VirtualHost EC2 Linux AMI.

My mistake is I have created the vhost.conf file in under /etc/httpd/conf.d.

Correct way to enable VirtualHost on EC2 Linux AMI is as follow :

  1. go to /etc/httpd/conf
  2. open httpd.conf file
  3. go to end of file
  4. uncomment NameVirtualHost *:80 line
  5. add the virtual host

Thanks,
Alex