Skip to content
Snippets Groups Projects
Commit c78a5409 authored by Goik Martin's avatar Goik Martin
Browse files

group dependent DNS entries

parent 3154037e
No related branches found
No related tags found
No related merge requests found
...@@ -214,10 +214,17 @@ ...@@ -214,10 +214,17 @@
<orderedlist> <orderedlist>
<listitem> <listitem>
<para>Access your web server by a browser client and read the <para>Create a <xref linkend="glo_DNS"/> entry
server's root page which contains useful information regarding <uri>www.g{...}.sdi.mi.hdm-stuttgart.de</uri> in your SDI related
<productname>Apache</productname> integration into <code>nssdi.mi.hdm-stuttgart.de</code> <xref linkend="glo_DNS"/>
<orgname>Ubuntu</orgname>.</para> server's group.</para>
</listitem>
<listitem>
<para>Access <uri>https://www.g{...}.sdi.mi.hdm-stuttgart.de</uri>
by a browser client and read the server's root page which contains
useful information regarding <productname>Apache</productname>
integration into <orgname>Ubuntu</orgname>.</para>
</listitem> </listitem>
<listitem> <listitem>
...@@ -262,30 +269,25 @@ ...@@ -262,30 +269,25 @@
<title>Virtual hosts</title> <title>Virtual hosts</title>
<para>Your Apache installation currently serves at least <para>Your Apache installation currently serves at least
<uri>http://sdi....mi.hdm-stuttgart.de/xy123</uri> and <uri>http://www.g{...}.sdi.mi.hdm-stuttgart.de/xy123</uri> and
<uri>http://sdi....mi.hdm-stuttgart.de/manual</uri>. Move these to <uri>http://www.g{...}.sdi.mi.hdm-stuttgart.de/manual</uri>. Move both
virtual host definitions by:</para> of these to virtual host definitions by:</para>
<orderedlist> <orderedlist>
<listitem> <listitem>
<para>Define two <xref linkend="glo_DNS"/> aliases <para>Define two more <xref linkend="glo_DNS"/> aliases
<quote>xy123</quote> and <quote>manual</quote> for your virtual <quote>xy123.g{...}.sdi.mi.hdm-stuttgart.de</quote> and
machine. Configure your client machine to use your (private) <quote>manual.g{...}.sdi.mi.hdm-stuttgart.de</quote> related to your
nameserver.</para> web server.</para>
<tip>
<para>On a Linux system this typically requires root privileges to
alter the <filename>/etc/resolv.conf</filename> file.</para>
</tip>
</listitem> </listitem>
<listitem> <listitem>
<para>Supply two <link <para>Supply two <link
xlink:href="https://httpd.apache.org/docs/2.4/vhosts">virtual host xlink:href="https://httpd.apache.org/docs/2.4/vhosts">virtual host
directives</link> enabling directives</link> enabling
<uri>http://xy123.mi.hdm-stuttgart.de</uri> and <uri>http://xy123.g{...}.sdi.mi.hdm-stuttgart.de</uri> and
<uri>http://manual.mi.hdm-stuttgart.de</uri> to serve your <uri>http://manual.g{...}.sdi.mi.hdm-stuttgart.de</uri> to serve
documents.</para> your documents.</para>
<tip> <tip>
<para>Follow the <productname>Apache</productname> manual's <para>Follow the <productname>Apache</productname> manual's
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment