I am running airtime on ubuntu with apache, when go to http://my_ip_here i can acces airtime but i cant seem to figure out how i can access my websites on the same server, they are located where they are supposed to be I think (/var/www/). With a normal installation of apache I can access them just by going to http://my_ip_here.
Is there a way to access the files in /var/www with an airtime installation?
<Directory /usr/share/airtime/public> Options -Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost>