Versionsunterschiede von Test Server
hinzugefĂźgt:
Now change into DocumentRoot,
create index.html file and put the following text into the file.
cd /srv/www/htdocs/
create index.html file and put the following text into the file.
echo -e '<html>\n<html>\n\t<body>\n\t\t<h1>Hello World!</h1>\n\t</body>\n</html>' > index.html
entfernt:
Now change into DocumentRoot, create index.html file and put the following text into the file.
cd /srv/www/htdocs/ echo "<h1>It Works</h1>" > index.html