First Steps
-
Create a DNS entry
www.g{...}.sdi.mi.hdm-stuttgart.de
in your SDI relatednssdi.mi.hdm-stuttgart.de
DNS server's group. -
Access
https://www.g{...}.sdi.mi.hdm-stuttgart.de
by a browser client and read the server's root page which contains useful information regarding Apache integration into Ubuntu. -
Move the original HTML start document to a backup location
doc.html. What do you observe when accessing your server?
-
Provide your own root
index.html
document and access your server's root again. -
Install the Apache documentation being contained in the Ubuntu package apache2-doc. How do you find your server's URL access path to it (Apart from asking Google or Stackoverflow)?
Tip
The dpkg command may be used to browse a given package's file content. One of these files belonging to apache2-doc will give you a clue.
-
Upload your current HTML documentation to a directory
/home/sdidoc
. Then modify your web server's configuration accordingly to access this directory by the URLhttp://sdi....mi.hdm-stuttgart.de/xy123
replacing “xy123” by your user name.