Versionsunterschiede von Test Server




← Vorherige Änderung
Nächste Änderung →

hinzugefĂźgt:
 systemctl start apache2.service	

 sudo systemctl status apache2	

Now change into DocumentRoot,
 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:
 sudo systemctl start apache2	

 systemctl status apache2	

Now change into DocumentRoot, create index.html file and put the following text into the file.
cd /srv/www/htdocs/
 echo -e '<html>\n<html>\n\t<body>\n\t\t<h1>Hello World!</h1>\n\t</body>\n</html>' > index.html