I'm trying to configure the server like this have this accessible addresses:
domain.com/webmail (webmail app)
domain.com/app (node.js app)
domain.com/mailadmin (mail administration app)
domain.com/site (drupal website)
My Root diretory is /var/www
which has the following directories:
/var/www/webmail
/var/www/app
/var/www/postfixadmin
/var/www/site
I have tried several configurations and none of them worked (some worked partially, showing the homepage or showing all pages but without any CSS styles)
Cheers