Virtual hosts

Your Apache installation currently serves at least http://www.g{...}.sdi.mi.hdm-stuttgart.de/xy123 and http://www.g{...}.sdi.mi.hdm-stuttgart.de/manual. Move both of these to virtual host definitions by:

  1. Define two more DNS aliases xy123.g{...}.sdi.mi.hdm-stuttgart.de and manual.g{...}.sdi.mi.hdm-stuttgart.de related to your web server.

  2. Supply two virtual host directives enabling http://xy123.g{...}.sdi.mi.hdm-stuttgart.de and http://manual.g{...}.sdi.mi.hdm-stuttgart.de to serve your documents.

    Tip

    Follow the Apache manual's description. With respect to access rights you'll need the usual <Directory "/..."> section. Read about the roles of /etc/apache2/conf-available and /etc/apache2/conf-enabled and the corresponding commands a2enconf and a2disconf.