I have a simple web server set up on an ec2 instance.
I want to use a separate EBS disk to store the websites it hosts.
I have created and mounted a disk at /data and can access it via SSH and ftp.
But when i try to serve websites from it by specifying a folder there in vhosts, I get the standard apache page.
I think it might be something to do with permissions / ownership of the directory but I can't seem to figure it out.
Any advice?