Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoikLectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Goik Martin
GoikLectures
Commits
c78a5409
Commit
c78a5409
authored
2 years ago
by
Goik Martin
Browse files
Options
Downloads
Patches
Plain Diff
group dependent DNS entries
parent
3154037e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Doc/Sdi/Apache/apache.xml
+21
-19
21 additions, 19 deletions
Doc/Sdi/Apache/apache.xml
with
21 additions
and
19 deletions
Doc/Sdi/Apache/apache.xml
+
21
−
19
View file @
c78a5409
...
...
@@ -214,10 +214,17 @@
<orderedlist>
<listitem>
<para>
Access your web server 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>
<para>
Create a
<xref
linkend=
"glo_DNS"
/>
entry
<uri>
www.g{...}.sdi.mi.hdm-stuttgart.de
</uri>
in your SDI related
<code>
nssdi.mi.hdm-stuttgart.de
</code>
<xref
linkend=
"glo_DNS"
/>
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>
...
...
@@ -262,30 +269,25 @@
<title>
Virtual hosts
</title>
<para>
Your Apache installation currently serves at least
<uri>
http://sdi
...
.mi.hdm-stuttgart.de/xy123
</uri>
and
<uri>
http://sdi
...
.mi.hdm-stuttgart.de/manual
</uri>
. Move th
ese to
virtual host definitions by:
</para>
<uri>
http://
www.g{...}.
sdi.mi.hdm-stuttgart.de/xy123
</uri>
and
<uri>
http://
www.g{...}.
sdi.mi.hdm-stuttgart.de/manual
</uri>
. Move
bo
th
of these to
virtual host definitions by:
</para>
<orderedlist>
<listitem>
<para>
Define two
<xref
linkend=
"glo_DNS"
/>
aliases
<quote>
xy123
</quote>
and
<quote>
manual
</quote>
for your virtual
machine. Configure your client machine to use your (private)
nameserver.
</para>
<tip>
<para>
On a Linux system this typically requires root privileges to
alter the
<filename>
/etc/resolv.conf
</filename>
file.
</para>
</tip>
<para>
Define two more
<xref
linkend=
"glo_DNS"
/>
aliases
<quote>
xy123.g{...}.sdi.mi.hdm-stuttgart.de
</quote>
and
<quote>
manual.g{...}.sdi.mi.hdm-stuttgart.de
</quote>
related to your
web server.
</para>
</listitem>
<listitem>
<para>
Supply two
<link
xlink:href=
"https://httpd.apache.org/docs/2.4/vhosts"
>
virtual host
directives
</link>
enabling
<uri>
http://xy123.mi.hdm-stuttgart.de
</uri>
and
<uri>
http://manual.mi.hdm-stuttgart.de
</uri>
to serve
your
documents.
</para>
<uri>
http://xy123.
g{...}.sdi.
mi.hdm-stuttgart.de
</uri>
and
<uri>
http://manual.
g{...}.sdi.
mi.hdm-stuttgart.de
</uri>
to serve
your
documents.
</para>
<tip>
<para>
Follow the
<productname>
Apache
</productname>
manual's
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment