Hi all,
I have the LAMP stack setup on CentOS 6.2 with virtual domains.
On local disk, my virtual domains are here:
/var/www/vhosts/domain1
/var/www/vhosts/domain2
/var/www/vhosts/domain3
and Apache’s default location for web files is : /var/www/html.
I have roundcube installed at this default location and it maps to
http://www.myserver.com/webmail/roundcube
Question #1: How can I map this installation to the virtual domains such that for the virtual domains, users would be able to access roundcube by going to:
www.domain1.com/webmail/roundcube
and still get to the same roundcube installation I installed centrally?
#2:
How can I do the same for PostfixAdmin which is at myserver.com/postfixadmin?
Thanks in advance for you help and suggestions.