The "index.html" file for the home page is situated in the directory:
/u/halle/$USER/home_page/html-data/
Following commands should be executed:
ssh <loginname>@lxhalle.in.tum.de
mkdir -p $(dirname $HOME)/home_page/html-data
touch $(dirname $HOME)/home_page/html-data/index.html
chmod -v o+x $(dirname $HOME)
chmod -v o+x $(dirname $HOME)/home_page
chmod o+x $(dirname $HOME)/home_page/html-data
chmod o+r $(dirname $HOME)/home_page/index.html
They ensure the generation of an empty "index.html" file and the correct setting of the access rights.
<!DOCTYPE html>After editting the file, the website can be accessed by calling http://home.in.tum.de/~accountName/.
<html>
<head>
<title>Testpage</title>
</head>
<body bgcolor =#22ff00>
<h1>Mykoooonos</h1>
<p>So koennte ihre Webseite ausschauen.</p>
</body>
</html>
home.in.tum.de
which can be accessed via ssh
ssh <Ihr_Login>@home.in.tum.de
/var/apache2/logs/error_log
less /var/apache2/logs/error_log