I\'m currently using name-based virtual host configuration, to server about 5 different websites from the same IP address, just like in the apache documentation:
<
Is it possible to have a different vhost for each application like that:
ServerName www.domain.tld DocumentRoot /www/domain ServerName www.domain.tld Alias otherApp /www/otherApp